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

#lightbox a img{ border: none; }

#outerImageContainer     { background-color: white; margin: 0 auto; border-style: solid; border-width: 1px; border-color: #ccc #ccc white #ccc; 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;
	}
	
	
	
	
	
	
	
	
	
	
	
	
#centre  { margin: 0px auto; width: 980px }

#content {
	padding-top: 25px;
	padding-bottom: 150px;
	}
.navButtonContainer {
	height: 55px;
	width: 938px;
	float: left;
	margin-bottom: 12px;
}
.navButton  { float: left; margin-left: 80px; border: solid 1px #ccc; width: 200px; height: 50px }


.topBanner   { float: none; margin-top: 12px; margin-bottom: 12px; width: 938px; height: 300px }


.narrowCol   { float: left; margin-bottom: 12px; width: 463px; height: 260px }
.narrowCol2   { float: left; width: 463px; height: 532px }
	
.narrowColleft {
	height: 450px;
	width: 463px;
	float: left;
	margin-right: 12px;
}
.videoPlayer {
	height: 250px;
	width: 309px;
	margin-left: 50px;
}




.lrgTitleText {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	line-height: 3em;
}
.PinkText    { color: #ea0d8c; font-weight: bold; font-size: 1.25em; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; margin: 0px }


p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, "arial", "helvetica";
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 5px;
	color: #333;
		}
ul {
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, "arial", "helvetica";
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 5px;
	color: #333;
	list-style-type: none;
		}














#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(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(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }


#imageDataContainer     { font: 9px/1.4em Arial, Geneva, Swiss, sans-serif, Verdana, Helvetica, SunSans-Regular; background-color: white; margin: 0 auto; border: solid 1px #ccc }

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption { }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose    { background: url(images/closelabel.gif) no-repeat; float: right; padding-bottom: 2.2em; width: 66px }	
		
#overlay      { background-color: #505050; position: absolute; z-index: 90; top: 0; left: 0; width: 100%; height: 500px }
	

.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 */
	}	
