/* ######### Style for Drop Down Menu ######### */
.chromestyle { width: 100%; font-weight: inherit; margin:0; padding:0; float:left; height:25px; z-index:900; }
.chromestyle:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.chromestyle ul { width: 100%; float:left;  background-color: inherit; padding-left:27px; padding-top:0; margin: 0; text-align: right; height:25px; font-weight: inherit; }
.chromestyle ul li { display: inline; }
.chromestyle ul li a { color: inherit; padding-top:2px; padding-left:10px; padding-bottom:2px; padding-right:10px; margin: 0; text-decoration: none; font-weight: inherit; }
.chromestyle ul li a:visited {  color: inherit; text-decoration:none; }
.chromestyle ul li a:hover {/*color: inherit;*/ }
.dropmenudiv { position:absolute; top: 0; border-bottom-width: 2px; z-index:900; width: 200px; height:auto; color:#ffffff; background: #12162a;
overflow:hidden; visibility: hidden; margin-top:0; font-weight: inherit; text-align:left; padding:1px; }
.dropmenudiv a { width: auto; display: block; text-indent: 4px; border-bottom: 1px outset #dcd8cf; padding: 3px 1px; text-decoration: none; font-weight: normal; background: #12162a; color:#e5d4b8; font-size: 1.3em;}
* html .dropmenudiv a { width: 100%; }
.dropmenudiv a:hover { background: #e5d4b8; color:#12162a;} 



/*Properties for Tiny Slideshow*/
#slideshow { list-style:none; color:#fff }
#slideshow span { display:none }
#wrapper { width:310px; margin:5px auto; display:none }
#wrapper * { margin:0; padding:0 }
#fullsize { position:relative; width:300px; height:300px; padding:2px; background:#000 }
#information { position:absolute; bottom:0; width:300px; height:0; background:#12162a; color:#e5d4b8; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70) }
#information h3 { padding:4px 1% 3px; color:#ffffff; font-weight:bold; font-size:1em; }
#information p { padding:0 1% 1%; font-size:.9em; font-weight:normal; }
#image { width:300px }
#image img { position:absolute; z-index:25; width:300px; height:300px; }
.imgnav { position:absolute; width:25%; height:300px; cursor:pointer; z-index:150 }
#imgprev { left:0; background:url(/images/left.gif) left center no-repeat }
#imgnext { right:0; background:url(/images/right.gif) right center no-repeat }
#imglink { position:absolute; height:300px; width:100%; z-index:100; opacity:.9; filter:alpha(opacity=90) }
.linkhover { background:url(/images/link.gif) center center no-repeat }
#thumbnails { margin-top:6px; }
#thumbnails img {width:80px; height:80px;}
#slideleft { float:left; width:20px; height:81px; background:transparent url(/images/scroll-left.gif) center center no-repeat;  }
#slideleft:hover { background:#333 }
#slideright { float:right; width:20px; height:81px; background:transparent url(/images/scroll-right.gif) center center no-repeat; }
#slideright:hover { background:#333 }
#slidearea { float:left; position:relative; width:260px; margin-left:5px; height:83px; overflow:hidden }
#slider { position:absolute; left:0; height:81px }
#slider img { cursor:pointer; border:1px solid #666; padding:2px }



/*Properties for LightBox*/
 #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;
	overflow: hidden;
	width: 100%	
	}

#imageData{	padding:0 12px; color: #666; }
#imageData #imageDetails{ width: 80%; 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: auto;
	background-color: #12162a;
	}


 








