.gal {
	text-align:center;
	position:relative;
	}

.gallery{
	//overflow:hidden;
	float:left;
	position:relative;
	margin:50px -100px 0 0px;
}

.gallery img {
	border:1px solid #009ca3;
	}	

.gallery .preview{
	list-style-type:none;
	margin:0;
	padding:0;
}

body .gallery .preview li{
	border:1px solid white;
	margin:0 8px 8px 0 !important;
	padding:0;
	float:left;
}

html>body .gallery .preview li{
	margin:0 10px 10px 0 !important;
	}

body.ie .gallery .preview li {
	margin:0 8px 8px 0;
	}

.gallery .preview a{
	margin:-2px 0 0 -2px;
	display:block;
	position:relative;
	top:1px;
	left:1px;
	width: 85px; 
	height: 85px;
}


.gallery .preview img{
	position:relative;
	display:block;
}

.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("/f/1/global/loader_icon.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;
	left: 92px;
}

.gallery .preview .selected a { cursor:default; overflow: hidden;
 }

.gallery .set2 {
	clear:left;
	float:left;
	margin-right:-100%;
	margin-top:0px;
	}
	
.gallery .set2 li{
	clear:both;
	margin-right:0;
	margin-bottom:8px !important;
}

.gallery .set1 img {
	top:0;
	}

.gallery .set2 img {
	left:0;
	}	
	
.gallery .big-image {
	margin-top:2px;
	float:left;
	position:relative;
	margin:0 0 1em 95px;
	//display:inline;
	width: 560px; 
	height: 405px;
}

body.ie .gallery .big-image {
	height: 415px;
	}

.gallery .big-image img{
	display:block;
	position: static; 
	right: auto; 
	left: auto; 
	top: auto;
}

.gallery .big-image .caption{
	display:block;
	font-family:sans-serif;
	font-size:69%;
	color:#bdbdaf;
	position:absolute;
	top:100%;
}

.gallery .preview li.ar_right, .gallery .preview li.ar_bot {
	border:0;
	}
	
.gallery .preview li.ar_right a, .gallery .preview li.ar_bot a {
	width:15px;
	height:15px;
	}
	
.gallery .preview li.ar_right img {	
	border:0;
	position:absolute;
	top:40px;
	left:0;
	width:4px;
	height:7px;
	}
	
.gallery .preview li.ar_bot img {	 
	border:0;
	position:absolute;
	top:0px;
	left:40px;
	}
	
#right_cont .gal #comment {
	margin:0;
	clear:both;
	text-align:left;
	position:relative;
	width:660px;
	}

#right_cont .gal #comment h2 {
	color:#009ca3;
	font-size:110%;
	margin:0 0 15px 0;
	clear:both;
	}

