#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{ border: none; 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/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%	
	}

#imageData{ padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 99%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #text{ margin-top: 0.5em; /*margin-left: 2em; margin-right: 2.5em;*/}
#imageData #numberDisplay{ font-style: italic; font-size: x-small; display: block; clear: left; padding-top: 1.0em; padding-bottom: 1.0em;	}			
#imageData #bottomNav{ float: right; border: none; padding-top: 1.0em; padding-bottom: 1.0em; }
#imageData #bottomNav a { border: none; outline: none;  }
		
#overlay{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
  background-color: #000;
}
	
	
	
/* ---- thumbnails ----*/

.gradualshine{  /* see dynamicDrive and lightbox js*/
  filter:alpha(opacity=85);
  -moz-opacity:0.85;
  border: none;
}

div.thumbnailGallery {
  overflow: hidden;
  width: 95%;
  clear: both;
  padding-left:50px;
  margin-left:0px;
}

div.thumbnail { 
 float: left;
 text-align: center;
 width: auto;
 height:auto; 
 margin: 0 10px 5px 0;
 padding: 2px;
 color: gray;
 border: 1px solid #5F5A59;
}

div.sponsorLinkThumbnail {
  padding:5px 5px 5px 5px; 
  margin: 5px 5px 5px 5px; /*-top -right -bottom -left*/
  width: 200px;
}

div.thumbnail:hover { 
  color: white;
}

div.thumbnailText {
  padding-top: 6px;
}

div.thumbnail a {
  border: none;
}

.sponsorImage {
   padding-bottom: 5px;
   display: block;
   margin: 0 auto;
}
