a.gallery, a.gallery:visited {display:inline; text-decoration:none; border:1px solid #cfcfcf; width:50px; height:50px; float:left; margin:0px 2px; position:relative; cursor:default;}
a.slidea {background:url(<?php echo $objDynamicThumb1->Execute(); ?>); background-repeat:no-repeat;}
a.slideb {background:url(<?php echo $objDynamicThumb2->Execute(); ?>); background-repeat:no-repeat;}
a.slidec {background:url(<?php echo $objDynamicThumb3->Execute(); ?>); background-repeat:no-repeat;}
a.slided {background:url(<?php echo $objDynamicThumb4->Execute(); ?>); background-repeat:no-repeat;}
a.gallery span {
	visibility:hidden;
	display:block;
	position:absolute;
	width:200px;
	height:150px;
	top:189px;
	left:9px;
	cursor:hand;
	z-index: 100;
}
a.slidea span {left:9px; top:51px;}
a.slideb span {left:-47px; top:51px;}
a.slidec span {left:-103px; top:51px;}
a.slided span {left:-159px; top:51px;}
a.gallery:hover {white-space:normal; border:1px solid #cfcfcf; z-index:100;}
a.gallery:hover span {visibility:visible; z-index:100;}
a.gallery:hover span img {margin:0px; position:relative; z-index:100;}
a.gallery:active, a.gallery:focus { z-index:10;}
a.gallery:active span, a.gallery:focus span {visibility:visible; z-index:10;}
a.gallery:active span img, a.gallery:focus span img { position:relative; z-index:10;}
