#newsBanner{
	height: 18px;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #858585;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

#newsBanner #newsBannerText{
	position: relative;
	top: 2px;
	width: 894px;
	margin: 0 auto;
	vertical-align: middle;
	text-align: center;
	background-color: #AAAAAA;

}

#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: #BBBBBB;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #BBBBBB;
	margin: 0 auto;
	line-height: 1.4em;
	}
	
#captionContainer{
	padding-top: 10px;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #BBBBBB;
	margin: 0 auto;
	line-height: 1.4em;
	}
	

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	left: 15;
	height: 104px;
	width: 770px;
	top: 165px;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 15;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink {
	width: 25px;
	height: 104px;
	display: block;
}
#prevLink { 
   left: 200px; 
   float: left;
   background: url(../images/prev.gif) left 15% no-repeat;
}
#nextLink { 
   right: 200px; 
   float: right;
   background: url(../images/next.gif) right 15% no-repeat;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #BBBBBB;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 90%; float: left; text-align: left; }	
#imageData #navDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; text-align: center;	}


#imageData #numberDisplay{ text-align: left; width: 300px; display: block; float: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; display: block; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #555555;
	}

#overlay #logo{
	position: absolute;
	top: 10;
	left: 10;
	width: 32px;
	height: 568px;
	background: url(../images/vertical_logo.gif) left 15% no-repeat;
	z-index: 85;
}
	

/* 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 */ 
	
.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);
-moz-opacity: 0.65;
}

#galleryCategory{
   text-align: left;
   display: block; 
   padding-bottom: 1.0em;
   font-family: Arial;
   font-size: 13px;
   font-weight: bold;
   color: #000000;
   position: relative;
   left: -15;
	}

#galleries{
   text-align: left;
   display: block; 
   padding-bottom: 1.0em;
   font-family: Arial;
   font-size: 12px;
   font-weight: bold;
   color: #555555;
   position: relative;
   left: 0;
	}

#selectedgallery{
   text-align: left;
   display: block; 
   padding-bottom: 1.0em;
   font-family: Arial;
   font-size: 12px;
   font-weight: bold;
   color: #FFFFFF;
   position: relative;
   left: 0;
	}	
	
A:link {text-decoration: none; color: #555555;}
A:visited {text-decoration: none; color: #555555;}
A:active {text-decoration: none; color: #555555;}
A:hover {text-decoration: none; color: white;}	

a.news:link {text-decoration: none; color: #333;}
a.news:visited {text-decoration: none; color: #333;}
a.news:active {text-decoration: none; color: #333;}
a.news:hover {text-decoration: none; color: black;}	

	
a.textlink:link {text-decoration: none; color: #888888;}
a.textlink:visited {text-decoration: none; color: #888888;}
a.textlink:active {text-decoration: none; color: #888888;}
a.textlink:hover {text-decoration: none; color: #BBBBBB;}

