/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: inherit;
}
#lbCenter, #lbBottomContainer { position: absolute; z-index: 9999; overflow: hidden; background-color: #fff; color: inherit; }
.lbLoading { background: #fff url(../images/lightbox/loading.gif) no-repeat center; color: inherit; }
#lbImage { position: absolute; left: 0; top: 0; border: 15px solid #fff; background-repeat: no-repeat;  }
#lbPrevLink, #lbNextLink { width: 120px; height: 40px; display: block; position: absolute; top: 0; outline: none; }
#lbPrevLink { left: 0; }
#lbPrevLink:hover { background: transparent url(../images/lightbox/btn-prev.gif) no-repeat 0 10%; }
#lbNextLink { right: 0; }
#lbNextLink:hover { background: transparent url(../images/lightbox/btn-next.gif) no-repeat 100% 10%; }
#lbBottom {
	font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 18px;
	text-align: left;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	border-bottom: 15px solid #fff;
	background-color:inherit;
}
#lbCloseLink { display: block; float: right; width: 105px; height: 35px; background: transparent url(../images/lightbox/btn-close.gif) no-repeat center; margin: 5px 0; outline: none; }
#lbCaption, #lbNumber { margin-right: 71px; }
#lbCaption { font-weight: bold;}