/* Compact Gallery Style */

#filters_front { float:left;}

#img_thumbs {
	padding:0;
	list-style:none;
	width:250px;
	height:330px;
	clear:left;
}
#img_thumbs li { 
   overflow:hidden;
   margin-left:0px;
   float:left; 
   margin:5px 0px 0px 5px;
   border:#999 solid 1px;
   border-radius:5px;
}

#img_thumbs .inactive {
opacity: 0.4;
filter: alpha(opacity=40);
}

#img_thumbs li:hover { cursor:pointer;}
#img_thumbs li img { height:55px; width:70px; }

#main_img_cont{ float:right; width:600px; height:500px;}
#main_img_cont #img_elem img { max-height:450px; max-width:600px;}
#img_ldr { display:none; background:url(../img/gal-loader.gif) no-repeat; height:128px; width:128px;}