/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #b5b5b5;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #b5b5b5;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent none no-repeat 0 15%;
}
#lbPrevLink.en:hover { background-image:url(../images/prevlabel.gif); }
#lbPrevLink.es:hover { background-image:url(../images/anterior.gif); }

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent none no-repeat 100% 15%;
}
#lbNextLink.en:hover { background-image:url(../images/nextlabel.gif); }
#lbNextLink.es:hover { background-image:url(../images/siguiente.gif); }

#lbBottom {
	color: #666;
	text-align: left;
	border: 10px solid #b5b5b5;
	border-top-style: none;
	padding-top:5px;
}

#lbCloseLink {
	position:absolute;
	bottom:5px;
	right:10px;
	display: block;
	width: 41px;
	height: 41px;
	margin: 5px 0;
	outline: none;
	background: transparent url(../images/closelabel.gif) left center no-repeat;
}
#lbCloseLink:hover{
	background-position:-44px top;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	color:#fff;
}
#lbCaption .slimboxUrl{
	padding:20px 20px 0 0;
	float:right;
}
#lbCaption .keyLine,
#lbCaption .slimboxUrl a{
	color:#fff;
}

