#galleryMain {
	width:				294px;
	background:			#eaece5;
	height:				200px;
	position:			relative;
	z-index:			1;
}

#imgfader {
	position:			absolute;
	background:			#aaa;
	top:				0;
	left:				0;
	width:				294px;
	height:				200px;
	opacity: 			0.5;
	-moz-opacity: 		0.5;
	filter:				alpha(opacity=50);
	display:			none;
}


#galleryMain img {
	max-width: 			294px;
	display:			block;
	float:				left;
} 

.lg_title {
	background:url("/images/icons/sbra.gif") no-repeat scroll left center transparent;
	color:#5395A2;
	font-size:17px;
	font-weight:bold;
	margin-bottom:12px;
	margin-left:28px;
	margin-top:32px;
	padding-left:12px;
}

.lg_thumbs {
	float:				left;
	padding:8px;
	width:278px;
	background:			#eaece5;
}
.lg_thumb {
	float:left;
	height:37px;
	margin-right:2px;
	width:53px;
}

.lg_thumb img {
	cursor:				pointer;
	padding:			3px;
	width:				47px;
}

.lg_thumb img:hover {
/*	position:			relative;
	width:				130px;
	top:				-6px;
	left:				-16px;*/
	background:			#eff9ff;
	-moz-box-shadow:	0 0 6px #aaa;
	-webkit-box-shadow: 0 0 6px #aaa;
}

.lg_thumb.current img {
	background:			#c1d6d7;
}
