#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: #000; 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: #000; 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: #111111; }

body{ 	background-color: #111111; height: 100%;
padding: 0;
margin: 0; }

a {color:#111111}
.box {background-color:#222222;padding:5px;margin:3px;width:200px;float:left;}
.name {font-size:20px;font-family:georgia;font-weight:bolder ;color:#3a3a3a}
.big-box {float:left;width:1320px;margin:0 40px 0 0;}
.big-box2 {float:left;width:1520px;margin:0 40px 0 0;}
.photos {width:5640px;height:500px;margin:0 0 0 0px;padding:10px 0 0 30px;border-top:10px #181818 solid}
.about {
	font-size:12px;
	font-family:georgia;
	;
	color:#515151;
	margin:10px 0 5px 30px;
}
.about a {color:#515151;text-decoration:underline}


a img:hover {
filter:alpha(opacity=100); ..-opacity:1.0; opacity:1.0; -khtml-opacity:1.0;
}
a img {
filter:alpha(opacity=70); ..-opacity:0.7; opacity:0.7; -khtml-opacity:0.7;
}
#scroll{
/* Typical fixed height and fixed width example */
width: auto;
height: 540px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background:#161616;



}
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: auto;
height: 540px;
position: relative;
color: black;

}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #181818;
}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background-color: #181818;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}