/* SLIMBOX */
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: none;
}

.lbLoading {
	background: #3f0a12 url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 6px solid #3f0a12;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prev.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/next.gif) no-repeat 100% 15%;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 50px;
	background: transparent url(../images/close.gif) no-repeat right top;
	margin: 0px 0px 0px 0px;
	outline: none;}

/* -------------------------------------------------------------------------------*/

/* Fondo */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #FBEFCB;/* color de fondo*/
	overlayOpacity: 1;
	cursor: pointer;}


/* Contenedor de contenidos debajo de la foto */
#lbBottom {
	font-family:"Trebuchet MS";
	line-height: 1.2em;
	text-align: left;
	padding-top: 6px;
	border: none;
	border-top-style: none;}

/* titulo */
#lbCaption {
	font-family: "Bookman Old Style", "Times New Roman", Arial;
	font-style: italic;
	font-size:14px;
	color:#aa7c24;
	font-weight: bold;
	margin: 5px 35px 0px 0px;}

/* imagen 1 de 3 */	
#lbNumber {
	font-family: "Bookman Old Style", "Times New Roman", Arial;
	font-size:11px;
	font-style: italic;
	color:#3f0a12;
	padding-left: 2px;
	margin-right: 35px;}
