div.stylergallery {
	width: 680px;
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

div.stylergallery div.imgCont {
	padding: 0px;
	height: 300px;
	width: 690px;
	border: 1px solid #2D2D2D;
	margin-bottom: 0px;
}

div.stylergallery img.focus {
	height: 300px;
	width: 690px;
	border: none;
}

div.stylergallery div.caption {
	width: 670px !important;
	width: 671px;
	height: 40px;
	padding: 0px;
	float: left;
	position: relative;
	margin-top: -56px;
	margin-left: 1px !important;
	margin-left: 0px;
	text-align: right;
	/*background-image: url( ../images/site/stylergallery/captionbg.png ) !important;
	background-repeat: repeat-x repeat-y !important;
	background-color: inherit !important;
	background-color: #2D2D2D;
	filter: alpha( opacity = 60 );
	opacity: 0.6;*/
}

div.stylergallery div.caption div.opaquetext h3, div.stylergallery div.caption div.opaquetext p {
	margin: 0px;
	padding: 0px;
	text-align: right;
	filter: alpha( opacity = 100 );
	opacity: 1.0;
	-moz-opacity: 1.0;
}

div.stylergallery div.caption div.opaquetext {
	width: 670px !important;
	width: 671px;
	height: 40px;     /* to match DIVs size          */
	background-color: transparent;   /* transparent background      */
	position: absolute;              /* absolute positioning        */
	z-index: 2;                      /* place it over the other DIV */
	padding: 5px 10px;
}

div.stylergallery div.caption div.translucentbkg {
	width: 690px !important;
	width: 691px;
	height: 50px;     /* to match DIVs size          */
	background-color: #2D2D2D;       /* the background              */
	filter: alpha( opacity = 50 );
	-moz-opacity:0.5;
	opacity: 0.5;
}

div.stylergallery div.caption h3 {
	font-size: 18px;
	font-weight: normal;
	color: #E3981B;
}

div.stylergallery div.caption h3.pink {
	color: #F051AE;
}

div.stylergallery ul.filmstrip {
	list-style-type: none;
}

div.stylergallery ul.filmstrip li {
	float: left;
	width: 75px;
	text-align: center;
	margin-right: 10px !important;
	margin-right: 5px;
}

div.stylergallery ul.filmstrip li img.thumb {
	width: 75px;
	height: 75px;
	border: 1px solid #2D2D2D;
	cursor: pointer;
}

div.stylergallery ul.filmstrip li img.selected {
	border: 1px solid #ECAF49;
}