/* 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: #fff;
}

.lbLoading {
	background: #fff url(../images/zen_lightbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	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/zen_lightbox/prevlabel.gif) no-repeat 0 0%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/zen_lightbox/nextlabel.gif) no-repeat 100% 0%;
}
.nextNoHover {
	background: transparent url(../images/zen_lightbox/nextlabel.gif) no-repeat 100% 0%;
}
.prevNoHover {
	background: transparent url(../images/zen_lightbox/prevlabel.gif) no-repeat 0 0%; 
}
#lbBottom {
	font-size: 12px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbBottomContainer{border-top: 1px solid #eaeaea;
  padding-top: 10px;
  background: #fbfbfb;
  box-shadow: -1px 0 1px rgba(0,0,0,0.5);}
#lbCloseLink {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	background: transparent url(../images/small_delete.gif) no-repeat center;
}

#lbCaption, #lbNumber {
	margin-right: 30px;
}

#lbCaption {
	font-weight: bold;
}
