/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 230px;
	width: 570px;
	background-color: #595959;
	cursor: pointer;
	top:0px;
}

#lbCenter {
	position: relative;
	left: 506px;
	margin-top:90px;
	background-color: #FFF;

}

#lbBottomContainer {
		display:none;


}

.lbLoading {
	display:none;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 13px solid #fff;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prev2.png) no-repeat 0% 50%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/next2.png) no-repeat 100% 50%;
}

#lbBottom {
	display:none;
}

#lbCloseLink {
	display:none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	display:none;
}

#lbCaption {
	font-weight: bold;
	display:none;
}
