/* ----------------------------------------------------------------------------------------------------------

Reset

---------------------------------------------------------------------------------------------------------- */

* {margin:0; padding:0;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border:0; outline:0; vertical-align:baseline; background:transparent;}


.fix {float:none; clear:both; width:0; height:0; margin:0; padding:0; border:0; line-height:0; font-size:0;}

/* ----------------------------------------------------------------------------------------------------------

HTML tagy

---------------------------------------------------------------------------------------------------------- */


body {padding:10px 0; background: #000 url('bg.png'); color:#fff; font:0.8em/1.5 "arial", sans-serif;}

a {color:#FFA804;}
a:visited {color: #FFA804;}
a:hover {color: #FFC455;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:0;}


/* ----------------------------------------------------------------------------------------------------------

Layout

---------------------------------------------------------------------------------------------------------- */


#main {width:931px; margin:0 auto; background: #171717; overflow:hidden; padding: 0; border: 2px solid #707070;}

	#footer, #main p {padding: 10px;}
	#main p strong, strong {color: #FFA804;}


	#main h1 {padding-top: 5px;}

	#main h1, #main h2, #main img {text-align:center;}
	#main ul {float: left; padding: 0; margin: 0;}
	#main li {float:left; padding: 10px; margin: 0; list-style: none;}

	#main li.on a img {border: 3px solid #FFA804;}
	#main li.off a img {border: 3px solid #fff;}

#footer {text-align: right;}


/* ----------------------------------------------------------------------------------------------------------

Lightbox

---------------------------------------------------------------------------------------------------------- */


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#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; }
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }