#gallery{width:480px;margin:0 auto;clear:both;}
#gallery_nav{width:490px;}
#gallery_nav li{margin-right:6px;margin-bottom:6px;float:left;}
#gallery_nav{margin-bottom:7px;}
#gallery_nav li img{border:1px solid #ccc;vertical-align:middle;width:73px; height:57px;
	opacity: .65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)";
	-khtml-opacity: .65;
	-moz-opacity: .65;
}
#gallery_nav li a:hover img, #gallery_nav li .activeSlide img{border-color:#20558E;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;}

#gallery_content{width:480px;height:360px;margin-bottom:7px;overflow:hidden;}
#gallery_content img{z-index:1;width:480px;}
#gallery_content .holder{position:absolute; display:none;}

#gallery_content .holder .plus{display:block; z-index:2; position:absolute; left:2px; top:2px; width:19px; height:19px;background:transparent url(/media/img/design/gfx.png) no-repeat -160px -520px; text-indent:-7777px;}
#gallery_content .holder .plus:hover{background-position:-190px -520px;}

@media print{
	#gallery_nav, #gallery_content .holder .plus{display:none;}
}