a:active
{
outline: none;
}

#lightbox    { line-height: 0; text-align: center; position: absolute; z-index: 1100; top: 40px; left: 0; width: 100% }

#lightbox a img{ border: none; }

#outerImageContainer  { background-color: black; margin: 0 auto; position: relative; width: 250px; height: 250px }

#imageContainer { padding: 10px }

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav  { position: absolute; z-index: 1110; top: 0; left: 0; width: 100%; height: 100% }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/cms/mambots/content/lightThumb/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/cms/mambots/content/lightThumb/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/cms/mambots/content/lightThumb/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer { color: #dcdcdc; font: 10px/1.4em Verdana, Helvetica, sans-serif; background-color: black; margin: 0 auto }

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
		
#overlay  { background-color: #000; position: absolute; z-index: 1090; top: 0; left: 0; width: 100%; height: 500px; filter: alpha(opacity=60); opacity: 0.6  }
.thumbnailleft  { float: left; margin-right: 10px; margin-bottom: 15px; padding: 0px; }	
.thumbnailright {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
	}	
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
.thumbnail   { float: left; margin-right: 10px; margin-bottom: 3px }
.thumbnail .caption, .thumbnailright .caption   { color: #3f3f3f; font-size: 9px; background-color: white; text-align: left; text-indent: 2px; padding-top: 2px; padding-bottom: 2px; width: 150px; height: auto }
