html {
	scrollbar-3dlight-color: #114;
	scrollbar-arrow-color: #8FC5E7;
	scrollbar-darkshadow-color: #114;
	scrollbar-face-color: #114;
	scrollbar-highlight-color: #114;
	scrollbar-shadow-color: #114;
	scrollbar-track-color: #003;
	}

body {
	margin: 0;
	padding: 0;
	background: #000 url(back.gif) 0 0 repeat-x;
	color: #BBB;
	font-family: 'Trebuchet MS', trebuchet, verdana, arial;
	line-height: 130%;
	font-size: small;
	}

* {
	outline: none;
	}

#container {
	margin: 0 8%;
	padding: 50px 20px;
	background: url(container.png) 0 0 repeat-x;
	}

h1	{
	font-weight: normal;
	font-size: 160%;
	padding: 0;
	height: 50px;
	line-height: 140%;
	}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFF;
	}

a:hover {
	color: #777;
	}

#head a:link, #head a:visited, #head a:active {
	display: block;
	float: left;
	width: 33px;
	height: 34px;
	background: transparent url(logo.gif) 0 0 no-repeat;
	text-indent: -500px;
	margin: 0 20px -10px 0;
	}

#head a:hover, #head a:focus {
	background-position: 0 -34px;
	}

#thumbs {
	width: 100%;
	}

#thumbs a:link, #thumbs a:visited, #thumbs a:active {
	display: block;
	width: 107px;
	height: 73px;
	float: left;
	margin: 0 3px 3px 0;
	}

p {
	margin-bottom: 50px;
	font-size: 105%;
	}

.note {
	clear: both;
	font-size: 100%;
	}

img {
	border: 0;
	}

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

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

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}

#loadingLink img {
	width: 102px;
	height: 67px;
	}

#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{
	background-color: #FFF;
	margin: 0 auto;
	line-height: 1.2em;
	color: #000;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 85%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 16px; float: right;  padding-bottom: 0.7em; margin-right: 8px; _margin-right: 0;	}	

#bottomNavClose img {
	width: 27px;
	height: 27px;
	}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #445;
	filter:alpha(opacity=0);
	-moz-opacity: 0.3;
	opacity: 0.3;
	}
	

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