@charset "utf-8";
/* CSS Document */
.gal_div_img{ 
	float:left; 
	text-align:center; 
	width:100px; 
	height:97px;
	margin-left:3px; 
}
.gal_div_clear{ 
	/*clear:both; */
}
#gal_cont_imgs{
	/*left:-206px; */
	position:absolute;
}
.gal_view_cont{
	border:1px solid #E0E0E0;
	float:right;
	height:95px;
	overflow:hidden;
	position:relative;
}
.gal_view_more{
	float:left;
	text-align:center;
	width:20px;
}
.gal_more_img{
	width:21px;
	height:23px;
	text-align:center;
}
.gal_more_img img, .gal_div_img img, #big_img img{
	cursor:pointer;
}
.bothh{
	clear:both;
}