.gallery{
	width:600px;
	margin:2em -400px 0 0;
	/*overflow:hidden;*/
	float:left;
}

.gallery .preview{
	list-style-type:none;
	margin:0;
	padding:0;
}

.gallery .preview li{
	border:1px solid #e0e0e0;
	margin:0 1px 1px 0 !important;
	padding:7px;
	float:left;
}

.gallery .preview a{
	margin:-2px 0 0 -2px;
	display:block;
	position:relative;
	top:1px;
	left:1px;
}


.gallery .preview img{
	position:relative;
	display:block;
	border:none;
}

.gallery .preview i.loader { display:none; position:absolute; left:50%; top:50%; margin:-20px 0 0 -20px; //margin:-18px 0 0 -18px; z-index:5; width:39px; height:39px; background:transparent url(/images/indicator.gif) no-repeat center center; opacity:0.7; //filter:alpha(opacity=70); cursor:pointer; cursor:hand; }
.gallery .preview i.loader.on { display:block; }

.gallery .preview .selected img{
	visibility:hidden;
}

.gallery .preview .selected a { cursor:default; }

.gallery .set2{
	clear:left;
	float:left;
	margin-right:-100%;
}

.gallery .set2 li{
	clear:both;
	margin-right:0;
}

.big_img_holder{ float:left;	width:545px; padding:7px;
	border:1px solid #e0e0e0;
	height:441px; margin:0px 0 20px 71px;}

.gallery .big-image{
	float:left;
	display:block;
	
	

}
*html  .gallery .big_img_holder{
	margin: 0px 0 20px 36px;
}

.gallery .img_bottom{
	float:left;
	position:relative;
	margin:-6px 0 1em 77px;
	display:inline;
}

.gallery .big-image img{
	display:block;
}

.gallery .big-image .caption{
	display:block;
	font-family:sans-serif;
	font-size:12px;
	color:#7d7d7d;
	width:545px;
}
