#vlb1overlay{
	position:absolute;
	top:0;
	left:0;
	z-index:190;
	width:100%;
	height:auto;
}

#vlb1lightbox{
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	z-index:200;
	text-align:center;
	color:#151410;
	line-height:0;
	padding-top: 20px;
	overflow: initial !important;
}
#vlb1lightbox td{
	vertical-align:top;
	background:#fff;
	padding: 5px 10px;
}


#vlb1outerImageContainer{
	width:auto;
	height:auto; /* without this line error in IE8 detected */
	margin:0 auto;
	position:relative;
	box-shadow: 0 0 30px #333;
}

#vlb1lightboxImage{
	width:100%;
	height:100%;
}

#vlb1imageContainerMain{
	margin:0 auto;
	overflow:visible;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
}

#vlb1imageContainer{
	margin:0 auto;
	overflow:hidden;
	background-color:#fff;
	position:relative;
	font-size:0;/* ie fix - big info bar*/
	
}

#vlb1loading{
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	font-size:10px;
	z-index:1;
}
#vlb1loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url(loading.gif) center center no-repeat;
	text-indent:-9999px;
}
#vlb1hoverNav{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
#vlb1imageContainer>#hoverNav{ left:0;}
#vlb1prevLinkImg{
	top:45%;
	height: 38px;
	width: 26px;
	position:absolute;
	z-index:20;
	outline-style:none;
	display:block;
	text-indent:-9999px;
	/*background-position: 0 0;*/
	}
#vlb1nextLinkImg{
	top:45%;
	height: 38px;
	width: 26px;
	position:absolute;
	z-index:20;
	outline-style:none;
	display:block;
	text-indent:-9999px;
	/*background-position: 100% 0;*/
	background:none;
	}	

#vlb1prevLinkImg { left: -30px; }
#vlb1nextLinkImg { right: -30px; }
#vlb1prevLinkImg:hover, 
#vlb1prevLinkImg.hover, 
#vlb1prevLinkImg:visited:hover { 
    background-position: 0 100%;  
}
#vlb1nextLinkImg:hover, 
#vlb1nextLinkImg.hover, 
#vlb1nextLinkImg:visited:hover { 
	background-position: 100% 100%; 
} 
/*#vlb1imageContainerMain:hover #vlb1prevLinkImg*/
#vlb1imageContainerMain #vlb1prevLinkImg{
	background-image:url(../img/wd_36.png);
    /*background-position: 0 0;*/
}
/*#vlb1imageContainerMain:hover #vlb1nextLinkImg*/
#vlb1imageContainerMain #vlb1nextLinkImg{
	background-image:url(../img/wd_39.png);
	/*background-position: 100% 0;*/
}

#vlb1imageDataContainer{
	width: auto;
	position: absolute;
	z-index:21;
	bottom: 20px;	
	left: 5px;	
}

#vlb1imageData{
	font-family: Cuprum,sans-serif;
	font-size: 20px;
	font-weight: bold;
    line-height: 20px; 	
	color: #6a7a90;
	background-color: #e9e9e9;
	text-shadow: 1px 1px 0 #FFFFFF; 
	border-radius: 0px 6px 6px 0px;
	-moz-border-radius:0px 6px 6px 0px;
	-webkit-border-radius:0px 6px 6px 0px; 
	margin-right: 15px;
	overflow:visible;
	position: relative;
	z-index:21;
	text-align:center;
	opacity:0.9;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); 
}
#vlb1imageDetails{ width:100%; padding: 0;}
#vlb1caption{ display:block;text-align:left; padding: 12px; }
#vlb1numberDisplay{ display:none;text-align:right;}

#vlb1imageDataContainer{
    width: auto;
    position: absolute;
    z-index:21;
    bottom: 20px;    
    left: 2px; 
	   
}

#vlb1close{
	position:relative;
	width:100%;
	height:0;
	z-index:21;
	
}
#vlb1closeLink {
	position:absolute;
	top:-20px;
	right:-30px;
	display:block;
	outline-style:none;
	margin:0;
	padding:0;
	text-decoration:none;
	width:30px;
	height:30px;
	background:url(../img/btns/33.png) no-repeat;	
	
	
}
/*.vlightbox{ width:100%; float:left; text-align:center; border:1px solid #D2D2D2; background:#F5F5F5;}
.vlightbox img{ border:none;}*/
