#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: #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-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: #fff; 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: #000; }


#container {
	height:325px;
	width:440px;
	margin:auto;

}


#image1
{
	position:relative;
	float:left;
	display: block;
	width: 100px;
	height: 100px;
	background:url(../images/gallery/thumb1.jpg);
	
  
}

#image1:hover
{ 
  background-position: 0 -100px;
}

#image1 span
{
  display: none;
}

#image2
{
	float:left;
	display: block;
	width: 100px;
	height: 100px;
	background:url(../images/gallery/thumb2.jpg);
	margin-left:0.7em;
  
}

#image2:hover
{ 
  background-position: 0 -100px;
}

#image2 span
{
  display: none;
}

#image3
{
  float:left;
  display: block;
  width: 100px;
  height: 100px;
  background:url(../images/gallery/thumb3.jpg);
  margin-left:0.7em;
  

}

#image3:hover
{ 
  background-position: 0 -100px;
}

#image3 span
{
  display: none;
}

#image4
{
  float:left;
  display: block;
  width: 100px;
  height: 100px;
  background:url(../images/gallery/thumb4.jpg);
  margin-left:0.7em;
  
  
}

#image4:hover
{ 
  background-position: 0 -100px;
}

#image4 span
{
  display: none;
}

#image5
{
  float:left;
  display: block;
  width: 100px;
  height: 100px;
  background:url(../images/gallery/thumb5.jpg);
  margin-top:0.7em;
  
}

#image5:hover
{ 
  background-position: 0 -100px;
}

#image5 span
{
  display: none;
}

#image6
{
  float:left;
  display: block;
  width: 100px;
  height: 100px;
  background:url(../images/gallery/thumb8.jpg);
  margin-left:0.7em;
  margin-top:0.7em;
 
}

#image6:hover
{ 
  background-position: 0 -100px;
}

#image6 span
{
  display: none;
}

#image7
{
  float:left;
  display: block;
  width: 100px;
  height: 100px;
  background:url(../images/gallery/thumb9.jpg);
  margin-left:0.7em;
  margin-top:0.7em;
  
}

#image7:hover
{ 
  background-position: 0 -100px;
}

#image7 span
{
  display: none;
}

#image8
{
  float:left;
  display: block;
  width: 100px;
  height: 100px;
  background:url(../images/gallery/thumb10.jpg);
  margin-left:0.7em;
  margin-top:0.7em;
}

#image8:hover
{ 
  background-position: 0 -100px;
}

#image8 span
{
  display: none;
}

#image9
{
  float:left;
  display: block;
  width: 100px;
  height: 100px;
  background:url(../images/gallery/thumb9.jpg);
  margin-top:0.7em;
}

#image9:hover
{ 
  background-position: 0 -100px;
}

#image9 span
{
  display: none;
}

#image10
{
  float:left;
  display: block;
  width: 100px;
  height: 100px;
  background:url(../images/gallery/thumb10.jpg);
  margin-left:0.7em;
  margin-top:0.7em;

}

#image10:hover
{ 
  background-position: 0 -100px;
}

#image10 span
{
  display: none;
}




#text {
	width:440px;
	height:30px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	top: 2em;
	position: relative;
	margin: auto;

}
