
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/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(../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;
	}

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
border: 1px solid #333333;
background: #4F585A;
visibility: hidden;
z-index: 100;
cursor: hand;
cursor: pointer;
}


#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 14px Verdana;
letter-spacing: 5px;
line-height: 1.1em;
color: #CCCCCC;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #4F585A;
border: 1px solid #4F585A;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
font: bold 12px Verdana;
color: #CCCCCC;
position: absolute;
visibility: hidden;
border: 1px solid #333333;
background-color: #4F585A;
padding: 5px;
z-index: 5;
}
body { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}

.body  {  font-family: verdana, arial; font-size: 11px;
			text-decoration: none;
			font-style : normal; font-weight : normal;
			color: #cccccc;
			}

.bodylink   {  font-family: verdana, arial; font-size: 12px;
			text-decoration: none;
			font-style : normal; font-weight : normal;
			color: #97a8b7;}

a.bodylink:hover {  font-family: verdana, arial; font-size: 12px;
			text-decoration: none;
			font-style : normal; font-weight : normal;
			color: #324C62;}
textbox { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}

.textbox {
	font-family: verdana, arial; font-size: 10px;
	font-style : normal; font-weight : normal;
	color: #666666;
	background-color: #ffffff;
	border-width: 0px;
	height: 16px;
}

commentbox { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}

.commentbox {
	font-family: verdana, arial; font-size: 10px;
	font-style : normal; font-weight : normal;
	color: #666666;
	background-color: #ffffff;
	border-width: 0px;
	height: 100px;
}

gallery { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}

.gallery  {  font-family: verdana, arial; font-size: 10px;
			text-decoration: none;
			font-style : normal; font-weight : normal;
			color: #cccccc;}

.gallerylink  {  font-family: verdana, arial; font-size: 10px;
			text-decoration: none;
			font-style : normal; font-weight : bold;
			color: #111111;}

a.gallerylink:hover  {  font-family: verdana, arial; font-size: 10px;
			text-decoration: none;
			font-style : normal; font-weight : bold;
			color: #ffffff;}

menu { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}

.menu  {  font-family: verdana, arial; font-size: 11px;
			text-decoration: none;
			font-style : normal; font-weight : bold;
			color: #cccccc;}

.menulink   {  font-family: verdana, arial; font-size: 10px;
			text-decoration: none;
			font-style : normal; font-weight : bold;
			color: #ffffff;}

a.menulink:hover {  font-family: verdana, arial; font-size: 10px;
			text-decoration: none;
			font-style : normal; font-weight : bold;
			color: #999999;}

header { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}

.header  {  font-family: verdana, arial; font-size: 16px;
			text-decoration: none;
			font-style : normal; font-weight : bold;
			color: #324C62; }

header2 { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}

.header2  {  font-family: verdana, arial; font-size: 14px;
			text-decoration: none;
			font-style : normal; font-weight : bold;
			color: #97a8b7; }

header3 { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}

.header3  {  font-family: verdana, arial; font-size: 14px;
			text-decoration: none;
			font-style : normal; font-weight : bold;
			color: #666666; }

header4 { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}

.header4  {  font-family: verdana, arial; font-size: 14px;
			text-decoration: none;
			font-style : normal; font-weight : bold;
			color: #333333; }

footer { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}

.footer  {  font-family: verdana, arial; font-size: 9px;
			text-decoration: none;
			font-style : normal; font-weight : normal;
			color: #999999;}

.footerlink   {  font-family: verdana, arial; font-size: 9px;
			text-decoration: none;
			font-style : normal; font-weight : bold;
			color: #999999;}

a.footerlink:hover {  font-family: verdana, arial; font-size: 9px;
			text-decoration: none;
			font-style : normal; font-weight : bold;
			color: #666666;}

.footerlink2   {  font-family: verdana, arial; font-size: 9px;
			text-decoration: none;
			font-style : normal; font-weight : bold;
			color: #C9A700;}

a.footerlink2:hover {  font-family: verdana, arial; font-size: 9px;
			text-decoration: none;
			font-style : normal; font-weight : bold;
			color: #A28700;}