/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9995;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}

#lbBottomContainer, #lbTopContainer {
	position: absolute;
	z-index: 9997;
	overflow: hidden;
}

#lbCenter {
	top: 125px;
	position: absolute;
	z-index: 9996;
	overflow: hidden;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom:30px;
	padding-top:30px;
	background:#F5F6F8;
}

.lbLoading {
	background: #FFF url(../img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	z-index: 9995;
	left: 0;
	top: 30px;
	border: 10px solid #F5F6F8;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	width: 50%;
	outline: none;
	z-index:9999;
	bottom:-35px;
}

#lbPrevLink {
	left: 0;
	background: transparent url(../img/icon-previous.png) no-repeat bottom left;
}

#lbPrevLink:hover {
	background: transparent url(../img/icon-previous-ova.png) no-repeat bottom left;
}

#lbNextLink {
	right: 0;
	background: transparent url(../img/icon-next.png) no-repeat bottom right;
}

#lbNextLink:hover {
	background: transparent url(../img/icon-next-ova.png) no-repeat bottom right;
}

#lbBottom, #lbTop {
position:relative;
text-align:center;
font-weight:bold;
font-size:105%;
text-shadow: 1px 1px #fff;
color: #888;
}

#lbBottom {
	height:30px;
	position: absolute;
	z-index:9000;
}

#lbTop
{
	text-align: right;
}

#lbCloseLink {
	display: inline-block;
	width: 70px;
	height: 20px;
	background: transparent url(../img/spr-close.png) 0 0 no-repeat;
	margin: 10px 10px 0px 10px;
	outline: none;
}

#lbCloseLink:hover {
	background: transparent url(../img/spr-close.png) -70px 0 no-repeat;
}

#lbNumber {
display:none;
}

#lbCaption {
position:absolute;
margin-left: 15px;
display:none;
}
