@import url(./base.css);
@import url(./galleries.css);

#ProdLayout{
	height:730px;
}

#BodyText h1 {
	background: url(images/vl.jpg) no-repeat;
}

/* common styling for all galleries */
a.slidea {background: #fff url(images/Image_Gallery/VinylLettering/thumbs/1.jpg) no-repeat center;}
a.slideb {background: #fff url(images/Image_Gallery/VinylLettering/thumbs/2.jpg) no-repeat center;}
a.slidec {background: #fff url(images/Image_Gallery/VinylLettering/thumbs/3.jpg) no-repeat center;}

/* styling for RIGHT gallery */
#container_right {position:absolute; width:778px; height:268px; /*background:#d1c8c3;*/ border:1px solid #a49188; margin:1em auto; bottom:-12px; left:5px; background:#162077;}
#container_right a.gallery:active em, #container_right a.gallery:focus em {display:block; position:absolute; width:333px; height:250px; top:3px; left:-347px; padding:5px; color:#000; border:1px solid #3d330f; z-index:50; background:#fff;}
#container_right h1 {padding-top:70px;}


/* End */