/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading{}

#lbImage {position: absolute; left: 0; top: 0; border: 10px solid #fff;	background-repeat: no-repeat; border-top-width:35px;}

#lbPrevLink, #lbNextLink {display: block; position: absolute; outline: none; top: -34px;}

#lbPrevLink {left: 0; background: transparent url(../image/prevlabel.gif) no-repeat;}

#lbPrevLink:hover {background: transparent url(../image/prevlabel-over.gif) no-repeat;}

#lbNextLink {right: 0; background: transparent url(../image/nextlabel.gif) no-repeat;}

#lbNextLink:hover {background: transparent url(../image/nextlabel-over.gif) no-repeat;}

#lbBottom {
	font-size: 12px;
	color: #666;
	line-height: 18px;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 22px;
	background: transparent url(../image/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCloseLink:hover{ border-bottom: 0; outline: none; }

#lbCaption, #lbNumber {	margin-right: 100px;}
#lbCaption { color:#07182d; font-weight: bold;}
#lbCaption p { color:#333; font-weight: normal;}

