@charset "utf-8";
/* CSS Document */
#slideShow{ 
	background-image: url(../img/overlay.png); 
	position:absolute;
	top: 0;
	left:0;
	zIndex: 900;
	height: 100%;
 	width:100%;
	margin:auto;
	display:none;
	}
* html #slideShow{
	background-color: #B6872C;
	back\ground-color: transparent;
	}
#lightSlide {
	position:fixed;
	width:500px;
	height:600px;
	top:50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -300px;
	
	background-color:#000;
	padding-bottom: 10px;	
	border: 1px solid #754612;
	color: #B6872C;
	text-align:center;
}

#imageView{
	width: 480px;
	height:570px;
	vertical-align:middle;
	padding-bottom:5px;
	filter: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,duration=3,enabled=false);
	text-align:center;
}
img#slide {
max-height:570px;
max-width:480px;
border: none;
}
#imageView a {
	display:block;
border: none; clear: both; 
padding-left: 10px;
padding-right:10px;
padding-top:5px;

max-height:570px;
max-width:480px;
vertical-align:middle;
text-align:center;
}



.prevLink,.nextLink, #imageCounter , .lbFooter a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#A77D47;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	height:15px;
	display:block;
	padding-top:1px;
	width: 50px;
}
#imageCounters {
	margin-left:-20px;
	position: absolute;
	text-align:center;
	width:40px;
	left: 50%;
}
.prevLink {
	background:url(../img/arr_left.gif) no-repeat left top;
	padding-left:13px;
	margin-right:10px;
}
.nextLink {
	background:url(../img/arr_right.gif) no-repeat right top;
	padding-right:13px;
	margin-left:10px;
}
.lbHeader {
	vertical-align:middle;
	width:100%;
	height: 20px;
}
.closeLink{ 
	float: right; 
	background:url(../img/close_button.gif) no-repeat;
	display: block;
	width: 15px;
	height: 15px;
}


