/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #4f4f4f;
	border: 2px solid #a4a4a4;
	z-index:12000;
}

#lbBottomContainer {
	border-top:none;
	padding:5px 35px 10px 35px;
}
#lbCenter {
	border-bottom:none;
	padding:35px 35px 0 35px;
}

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

#lbImage {
	position: absolute;
	left: 35px;
	top: 35px;
	background-repeat: no-repeat;
	z-index:12500;
	overflow:visible;
}

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

#lbPrevLink {
	left: 0;
}
#lbNextLink {
	right: 0;
}

#lbPrevLink:hover {
	background: transparent url(backArrow.gif) no-repeat;
	background-position: 5px 50%;
}

#lbNextLink:hover {
	background: transparent url(nextArrow.gif) no-repeat 98% 50%;
}


#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #e6e6e6;
	line-height: 1.4em;
	text-align: left;
	border-top: none;
	position:relative;	
}

#lbCloseLink {
	display: none;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCloseLink2 {
	position:absolute;
	right: 5px;
	top: 5px;
	width: 18px;
	height: 17px;
	background: transparent url(close.gif) no-repeat center;
}

#lbNumber {
	float:right;
}

#lbCaption {
	padding-top:3px
	font-weight: bold; 
	float:left;
}