/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #007480;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
}
#lbCenter {
	background-color: #ffffff;
}
#lbBottomContainer {
	background-color: #007480;
}

.lbLoading {
	background: #fff url(../imagenes/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	/*border: 10px solid #fff;*/
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	float: right;
	margin: 0 4px 0 0;
	width: 17px;
	height: 30px;
	outline: none;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	/*border: 10px solid #fff;
	border-top-style: none;*/
}

#lbCloseLink {
	display: block;
	float: right;
	margin: 0 6px 0 0;
	width: 28px;
	height: 30px;
	background: transparent url(../imagenes/closelabel.png) no-repeat center;
	outline: none;
}
#lbPrevLink {
	background: transparent url(../imagenes/prevlabel.png) no-repeat;
}
#lbNextLink {
	background: transparent url(../imagenes/nextlabel.png) no-repeat;
}
#lbCaption, #lbNumber {
	float: left;
	margin: 8px 0 0 10px;
}

#lbCaption {
	font-weight: bold;
}
