/* Gallery specific */



#containerg { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width: 600px; height: 120px; overflow: hidden; }



#contentg {

	position: relative;

	width: 600px;

	left: 0;

}



#scrollArea { position: relative; margin-top: 1px; height: 15px; width: 600px; overflow: hidden; float: left; }



#scroller {

	position: relative;

	top: -1px;

	height: 15px;

	background: gray;

	border-top: 1px solid #666;

	border-bottom: 1px solid #666;

	cursor: pointer;

}



#scrollerLeft,

#scrollerRight { background: gray; font-weight: bold; color: white; position: relative; margin-top: 1px; height: 15px; width: 13px; float: left; cursor: pointer; }





/* DynPG */



img.gallery_template {

	border: 0;

	height: 100px;

}



table.gallery_detail .title { font-weight: bold; }



table.gallery_detail .description,

table.gallery_detail .image { vertical-align: top; }



table.gallery_detail .image img { width: 480px; height: auto; margin-bottom: 10px; }