#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; }
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: #ffffff;
z-index: 1;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
width:80px;
height:80px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
z-index:0;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
z-index:2;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: -38px; /*position where enlarged image should offset horizontally */
z-index:2;
}
.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: #ffffff;
z-index: 1;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
width:80px;
height:80px;
top:100px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
z-index:0;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
z-index:2;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -30px;
left: -35px; /*position where enlarged image should offset horizontally */
z-index:2;
}

.glos {
                position:relative;
                color:red;
                cursor:help;
                line-height:20px;
				font-weight:bold;
				cursor:help;
				left:0px;
                top:0px;
				text-decoration:none;
}
.glos_link {
                color:red;
				font-weight:bold;
				cursor:pointer;
				text-decoration:none;
				z-index:10;
}

.glos:hover{
                background-color: white;
                color:black;
}

.glos span{ 
                position: absolute;
                width:200px;     
                display:none;
                top: -7px;
                left: -5px; ;
				background: transparent url(../images/transparent3.png) repeat-x bottom left;
                color:white;
				z-index:10;
				cursor:help;
}

.glos:hover span{ 
                display: inline; 
				padding:5px;
				z-index:2;
}


span.glos .glos{
                position:relative;
                color:red;
                cursor:help;
                line-height:20px;
				font-weight:bold;
				background: transparent;
				cursor:help;
				left:0px;
                top:0px;
				border:none;
				z-index:5;

}
span.glos span.glos  .glos{
                position:relative;
                color:red;
                cursor:help;
                line-height:20px;
				font-weight:bold;
				background: transparent;
				cursor:help;
				left:0px;
                top:5px;
				border:none;
				z-index:5;

}
.glos:hover .glos span {
                display: none;
}

.glos:hover .glos:hover span{
                display: inline;
				top: -5px;
                left: -6px; 
				background: transparent url(../images/transparent4.png) repeat-x bottom left;
				z-index:15;
}
.glos:hover .glos:hover .glos span {
                display: none;
}
span.glos span.glos .glos{
                position:relative;
                color:red;
                cursor:help;
                line-height:20px;
				font-weight:bold;
				background: transparent;
				cursor:help;
				left:0px;
                top:5px;
				border:none;
				z-index:5;

}
.glos:hover .glos:hover .glos span {
                display: none;
}

.glos:hover .glos:hover .glos:hover span{
                display: inline;
				top: 0px;
                left: -6px; 
				background: transparent;
				z-index:15;
}


.contact{
position:relative;
float:right;
z-index: 9999;
text-decoration: underline;
font-weight:bold;
color:#009999;
cursor:help;
line-height:20px;
font-size:12px;
left:10px;;

}

.contact:hover{
background-color: #ffffff;
z-index: 1;
text-decoration:none;
cursor:help;
text-align:right;
}

.contact span{ /*CSS for enlarged image*/
background-color:#FFFFFF;
position: absolute;
padding: 7px;
width:200px;
font-weight:200;
text-shadow: 0 0 2px #ccc;
visibility: hidden;
line-height:15px;
color: #000000;
text-decoration: none;
border:1px dashed #cccccc;
text-align:center;
z-index:0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 3px #555;
-webkit-box-shadow: 0 0 20px #555;
-moz-box-shadow: 0 0 3px #555;
}

.contact span img{ /*CSS for enlarged image*/
border-width: 0;
z-index:999992;
text-decoration: none;
text-align:right;
}

.contact:hover span{ /*CSS for enlarged image on hover*/
font-size:11px;
position: absolute;
visibility: visible;
top: 30px;
text-decoration: none;
left: -80px; /*position where enlarged image should offset horizontally */
text-align:right;
z-index:0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 3px #555;
-webkit-box-shadow: 0 0 20px #555;
-moz-box-shadow: 0 0 3px #555;
}

.contact_box{
position:relative;
z-index: 0;
text-decoration: underline;
font-weight:bold;
color:#009999;
cursor:help;
line-height:20px;
font-size:12px;

}

.contact_box:hover{
background-color: #ffffff;
z-index: 1;
text-decoration:none;
cursor:help;
text-align:right;
}

.contact_box span{ /*CSS for enlarged image*/
background-color:#FFFFFF;
position: absolute;
padding: 7px;
width:200px;
font-weight:200;
text-shadow: 0 0 2px #ccc;
visibility: hidden;
line-height:15px;
color: #000000;
text-decoration: none;
border:1px dashed #cccccc;
text-align:center;
z-index:10;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 3px #555;
-webkit-box-shadow: 0 0 20px #555;
-moz-box-shadow: 0 0 3px #555;
}

.contact_box span img{ /*CSS for enlarged image*/
border-width: 0;
z-index:999992;
text-decoration: none;
text-align:right;
}

.contact_box:hover span{ /*CSS for enlarged image on hover*/
font-size:11px;
position: absolute;
visibility: visible;
top: 30px;
text-decoration: none;
left: -40px; /*position where enlarged image should offset horizontally */
text-align:right;
z-index:10
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 3px #555;
-webkit-box-shadow: 0 0 20px #555;
-moz-box-shadow: 0 0 3px #555;
}
.thumbnail3{
position:relative;
z-index: 0;
cursor:pointer;

}

.thumbnail3:hover{
background-color: #ffffff;
z-index: 1;

}

.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 0px;
width:70px;
top:100px;
border: 0px solid black;
visibility: hidden;
color: black;
text-decoration: none;
z-index:0;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width: 0;
z-index:2;
}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -38px;
left: -2px; /*position where enlarged image should offset horizontally */
z-index:2;
}
/* Background is full bar */
.rating,
.rating a:hover,
.rating .current
{
background: url(../images/star-2.png) left;
}
.rating
{
position: relative;
width: 125px; /* 5 stars width */
height: 25px; /* 1 star height */
overflow: hidden;
list-style: none;
margin: 0px;
padding: 0px;
background-position: top left;
}
.rating li
{
display: inline;
}
.rating a,
.rating .current
{
position: absolute;
top: 0;
left: 0;
text-indent: -9000px;
height: 25px; /* 1 star height */
line-height: 25px; /* 1 star height */
outline: none;
overflow: hidden;
border: none;
/* I replaced the pixel-width with an em-width, but must set font size in px */
font-size: 25px; /* 1 star width */
}
/* Show stars when hovered */
.rating a:hover
{
background-position: left bottom;
}
/* Set each section to the appropriate width, stacking so leftmost is topmost */
.rating a.rate1
{
width: 20%;
z-index: 6;
}
.rating a.rate2
{
width:40%;
z-index: 5;
}
.rating a.rate3
{
width:60%;
z-index: 4;
}
.rating a.rate4
{
width:80%;
z-index: 3;
}
.rating a.rate5
{
width:100%;
z-index: 2;
}
.rating .current
{
z-index: 1;
background-position: left center;
}
