/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	z-index:4;
	position: absolute;
	left: 50%;
	background-color: #fff;
	overflow:hidden;
}

.lbLoading {
	z-index:4;
	}

#lbImage {
	z-index:4;
	border: 7px solid #fff;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	top:50px;
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(Images/labelprev.gif) no-repeat 0% 15%;
}

#lbNextLink {
	top:50px;
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(Images/labelnext.gif) no-repeat 100% 15%;
}

#lbBottom {
	z-index:4;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	text-align: left;
	border: 7px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	z-index:4;
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	background:url(Images/labelclose.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	margin: 0px;
}

#lbCloseLinkNew {
	z-index:5;
	position:absolute;
	right:-20px;
	top:-20px;
	width:20px;
	height:20px;
	background:url(Images/labelclose.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	margin: 0px;
}

#lbCaption, #lbNumber {
	z-index:4;
	margin-right: 14px;
}

#lbCaption {
	font-weight: bold;
}

