/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #111;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #34C1DE;
	padding: 9px;
	background-position: center center;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	background: transparent url(prev.png) no-repeat 0% 535px;
}

#lbPrevLink:hover {
	background: transparent url(prev-hover.png) no-repeat 0% 535px;
}

#lbNextLink {
	right: 0;
	background: transparent url(next.png) no-repeat 100% 535px;
}

#lbNextLink:hover {
	background: transparent url(next-hover.png) no-repeat 100% 535px;
}

#lbBottom {
	border: 1px solid #333;
	padding: 9px;
	background: black;
	border-top: 0;
}

#lbCloseLink {
	display: block;
	width: 330px;
	height: 30px;
	background: transparent url(../img/closer-x.png) no-repeat center center;
	margin: 0 auto;
}

#lbCaption, #lbNumber {
	display: none;
}

#lbCaption {
}

