@charset "UTF-8";
/* CSS Document */

html { 
background: #CCCCCC;
margin: 0px;
color: #000000;
overflow-y: scroll;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
}

body { 
background: #CCCCCC;
margin: 0px;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
}

#bg { z-index:-10; position:fixed; top:0px; left:0px; width:100%; min-height:100%; }
#bg img { width:100%; min-height:100%; }

#container {
background:#FFFFFF;
position: relative;
width: 800px;
margin: auto; 
}


div.signature{ /*hankbos signature */
position:absolute;
width:170px; /*Width of Image*/
height:85px; /*Height of Image*/
left:0px; /* This is applied relative to edge of container */
top:10px;
}

div.originalsonly{
            position:absolute;
            width:486px;
            height:49px;
            right:0px;
            top: 30px;
}

div.navigation{
            position:absolute;
            right : 0px;
            top: 110px;
            z-index: 5; /*z-index is the ordering of the CSS Layers, the bigger the z-index, the higher the more on top it will be, I set a z-index of 5 so the navigation will remain on top at all time*/
           
font-size: 11px;
}


a.navigation:link {
            text-decoration: none;
			color: #000000;
}
a.navigation:visited {
            text-decoration: none;
			color: #000000;
}
a.navigation:hover {
            text-decoration: none;
            color: #FFFFFF;
            background: #663300;
}
a.navigation:active {
            text-decoration: none;
			color: #000000;
}


div.contentarea {
            position:absolute;
			background:#FFFFFF;
			border:#FFFFFF;
			border-style:solid;
            border-width:25px;
            width: 755px;
            top: 135px;
            font:12px;
            text-align:left;
}

div.indexcontent {
            position:absolute;
            width: 800px;
            left: 0px;
            top: 120px;
}


div.indexlinks {
            position:absolute;
            width: 800px;
            left: 2px;
            top: 480px;
}


#links-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:123px;
	height:40px;
}

#links-02 {
	position:absolute;
	left:123px;
	top:0px;
	width:178px;
	height:40px;
}

#links-03 {
	position:absolute;
	left:301px;
	top:0px;
	width:257px;
	height:40px;
}

#links-04 {
	position:absolute;
	left:558px;
	top:0px;
	width:149px;
	height:40px;
}

#links-05 {
	position:absolute;
	left:707px;
	top:0px;
	width:93px;
	height:40px;
}




div.indexthumbs {
            position:absolute;
            width: 800px;
            left: 0px;
            top: 530px;
}

#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; }
