/**** IMAGE HOVER GALLERY from CSSPLAY (kind of) ****/

.a, .a:visited {color:#000;}

a.gallery, a.gallery:visited { color:#000; text-decoration:none; font-weight:bold; padding:4px 4px 4px 125px; cursor:pointer; text-align:left; display:block; clear:both; }

a.gallery span {
	visibility:visible;
	display:block;
	position:absolute;
	width:110px;
	height:110px;
	overflow:hidden;
	top:189px;
	left:9px;
	margin-left:0 !important;
	margin-left: -131px;
	color:#000;
	text-align:center;
	font-family:tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
	letter-spacing:1px;
	cursor:default;
	padding:3px;
	background-color: #FF6600;
}

a.gallery span img{height:110px; width:110px;}

a.slidea span {left:6px; top:0px;}
a.slideb span {left:6px; top:0px;}
a.slidec span {left:6px; top:0px;}
a.slided span {left:6px; top:0px;}

a.gallery:hover {
	white-space:normal;
	z-index:100;
	background-color:#FF6600;
}

a.gallery:hover span {visibility:visible; z-index:100;}

a.gallery:hover span img { 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;}

/**/
.selected
{padding:0px 0px;}

.selectedWrapper .selected a.gallery {
	white-space:normal;
	z-index:100;
	background-color:#FF6600;
}

.selectedWrapper .selected a.gallery span {visibility:visible; z-index:100;}

.selectedWrapper .selected a.gallery span img { position:relative; z-index:100; }


/****/

