/* Lightbox **************************/

#lightbox{
position: absolute;
top: 40px;
left: 0;
width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}

#lightbox a img{ 
padding:0px;
}

#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.png) 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/lightbox/prevlabel.gif) left 50% no-repeat; }

#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 50% no-repeat; }

#imageDataContainer{
font: 10px Verdana, Tahoma, sans-serif;
color: #6a635e;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
}

#imageData{
padding:0 10px;
}

#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	

#imageData #caption{ font-weight: bold;	}

#imageData #numberDisplay{ display: block; clear: left; padding-top: 3px;	}			

#imageData #bottomNavClose{ width: 70px; float: right;  padding: 5px 5px 15px 5px;}
	

a #bottomNavClose, a:hover #bottomNavClose {
background-color:#fff;}

#overlay {
position:fixed;
top : 0;
left : 0;
z-index : 90;
width : 100%;
height : 500px;
background-color : #000;
}


.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

* html>body .clearfix {
display: inline-block; 
width: 100%;
}

* html .clearfix {


/* Hides from IE-mac \*/

height: 1%;

/* End hide from IE-mac */

}
div#divl_loading{
	z-index:99;
	position:absolute;
	background-color:#000;
	width:100%;
	height:768px;
}
div#divl_textLoading{
	z-index:100;
	position:absolute;
	background:url(images/loading.gif) no-repeat;
	color:#333;
	font-size:10px;
	font-family:Verdana, Helvetica, sans-serif;
	width:125px;
	height:50px;
	margin:325px 0 0 650px;
}


/* auction gallery */
img {
padding: 0px 0px 0px 0px;
border: none;
}

a.thumb {display:block; padding:5px; background-color:#E9E9E9; border:solid 1px #fff;}
a.thumb:hover {background-color:#662E91; border:solid 1px #662E91;}

#gallery ul, li {margin:0; padding:0;}
li.thumb {float:left; list-style:none; padding:5px;}
/* auction gallery */

/* photo gallery */
a.thumbnail {display:block; padding:5px 9px; background-color:#E9E9E9; border:solid 1px #fff;}
a.thumbnail:hover {background-color:#662E91; border:solid 1px #662E91;}

a.thumb2 {display:block; padding:5px 29px; background-color:#E9E9E9; border:solid 1px #fff;}
a.thumb2:hover {background-color:#662E91; border:solid 1px #662E91;}

li.thumbnail {width:140px; height:100px; float:left; list-style:none; padding:6px; text-align:center;}
/* photo gallery */