/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	background-color: #000;
	cursor: pointer;
	top:0;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 20%; 
	overflow: hidden;
	text-align: center;
	background-color: #C0C0C0; /*cambiar el fondo*/
	border: 3px solid  gray; 
	z-index: 0;		
}
#lbCenter{z-index:30000; }

.lbLoading {
	background: url(./skin/ajax_loader.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;

	border-top: 2px solid #B0B0B0;
	border-right: 2px solid #A0A0A0;
	border-left: 2px solid #303030; 
	border-bottom: 2px solid #404040; 
	
	background-position:center;
	background-repeat: no-repeat;

}
#lbBottomContainer {

	}

#lbPrevLink, #lbNextLink {
	display: none;
}


#lbBottom { 

	color: #666666;

	line-height: 1.4em;
	text-align: left;
	font-weight: bold;
	/*padding-left: 10px;
	padding-right: 30px;
	*/
	border-top: 2px solid  white;/*#B0B0B0;*/
	border-right: 2px solid white;/*#A0A0A0;*/
	border-left: 2px solid #303030;
	border-bottom: 2px solid #404040; 

			
}
#lbCaption {
	margin: 1em;
	}
#lbCloseLink {
	display: block;
	position:absolute;
	width: 70px;
	height: 28px;
	bottom: 0px;
	right:0px;	
	background: transparent url(./skin/cerrar.jpg) no-repeat center;
	margin: 0.5em; 
	

	/*#C0C0C0  url(/Scripts/moo/skin/cerrar.jpg) no-repeat center;*/	
}
