#vlb1overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 190;
	width: 100%;
	height: auto;
	background-color: #000;
}
#vlb1lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 200;
	text-align: center;
	line-height: 0;
}
#vlb1lightbox td{
	vertical-align:top;
}
#vlb1lightbox a, #vlb1lightbox a:hover {
	border-bottom: none;
	color: #C93;
	text-decoration: underline;
}
#vlb1lightbox a img{ border:none; }

#vlb1outerImageContainer{
	width: auto;
	height: auto;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#vlb1lightboxImage{
	width: 100%;
	height: 100%;
}
#vlb1imageContainerMain{
	overflow: visible;
	position: relative;
	font-size: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#vlb1imageContainer{
	width: 10px;
	height: 10px;
	overflow: hidden;
	position: relative;
	font-size: 0;/* ie fix - big info bar*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#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(../images/visualLightbox/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, #vlb1nextLinkImg{
	top: 0;
	height: 100%;
	position: absolute;
	z-index: 10000;
	outline-style: none;
	display: block;
	text-indent: -9999px;
	background: none;
	width: 4.8%;
}
* html #vlb1prevLinkImg,* html #vlb1nextLinkImg{
	background-image:url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
}
#vlb1prevLinkImg { left: 0; }
#vlb1nextLinkImg { right: 0; }
#vlb1prevLinkImg:hover, #vlb1prevLinkImg.hover, #vlb1prevLinkImg:visited:hover {
	_background-image: url(../images/visualLightbox/prev_ie6.gif);
	background-image: url(../images/Images_web/prev-arrow.png);
	background-repeat: no-repeat;
	background-position: 0% center;
	width: 50px;
}
#vlb1nextLinkImg:hover, #vlb1nextLinkImg.hover, #vlb1nextLinkImg:visited:hover {
	background-image: url(../images/Images_web/next-arrow.png);
	background-repeat: no-repeat;
	background-position: 120% center;
	width: 50px;
}
#vlb1imageDataContainer{
	width: 100%;
	line-height: 20px;
	color: #CCC;
	background-color: rgba(0,0,0,0.7);
}
#vlb1imageData{
	overflow: hidden;
	width: 100%;
}
#vlb1imageDetails{
	width: 90%;
	float: left;
	text-align: left;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 2%;
}
#vlb1caption{
	font-weight: normal;
	display: block;
	color: #C93;
}
#vlb1numberDisplay{
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 1.5%;
	padding-bottom: 5px;
	padding-left: 0;
}
#vlb1detailsNav{
	display: block;
	padding: 0;
	float: left;
	margin-left: 45%;
	width: 120px;
}	
#vlb1prevLinkDetails, #vlb1nextLinkDetails, #vlb1slideShowControl{
	background-repeat: no-repeat;
	outline-style: none;
	display: block;
	float: left;
}
#vlb1prevLinkDetails {
	margin-top: 10px;
	width: 20px;
	height: 20px;
	background-image: url(../images/visualLightbox/reward.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#vlb1nextLinkDetails {
	width: 20px;
	height: 20px;
	background-image: url(../images/visualLightbox/forward.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 10px;
}

#vlb1slideShowControl.started{
	background-image: url(../images/visualLightbox/pause.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
	padding-right: 15%;
	padding-left: 15%;
}

#vlb1slideShowControl{
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 10px;
	background: url(../images/visualLightbox/play.png);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	padding-right: 15%;
	padding-left: 15%;
	}
#vlb1close{
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#vlb1closeLink {
	display: block;
	outline-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 32px;
	height: 32px;
	background-image: url(../images/Images_web/close.png);
	background-repeat: no-repeat;
	background-position: 0px;
}	
.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 */
}	
#vlb1outerImageFrame{
	height: 100%;
	width: 100%;
	position: absolute;
}
#vlb1outerImageContainer{
	overflow: visible;
	padding-top: 2%;
	padding-right: 7%;
	padding-bottom: 1%;
	padding-left: 7%;
	background-repeat: repeat;
	background-image: url(../images/fons_web/negreContingut.png);
	height: auto;
	width: auto;
	text-align: center;
}
#vlb1outerImageContainer td{
	text-align: center;
}
#vlb1lightboxFrameBody{

}

@media screen and (max-width: 800px){
#vlb1numberDisplay{
	display: none;
}
#vlb1detailsNav{
	display: none;
}
#vlb1closeLink {
	width: 20px;
	height: 20px;
}
#vlb1close{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#vlb1imageDetails{
	display: none;
}
}

@media screen and (max-width: 480px){

}