/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	margin-top: 21px;
}

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

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

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.png) no-repeat 0% 50%;
	_background: transparent url(prevlabel.gif) no-repeat 0% 50%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.png) no-repeat 100% 50%;
	_background: transparent url(nextlabel.gif) no-repeat 100% 50%;
}

#lbBottom {
	font: 12px Georgia;
	color: #5a6776;
	text-align: left;
	border: 2px solid #fff;
	padding: 4px 0 6px 0;
	border-top-style: none;
}

#lbCloseLink {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	/*float: right;*/
	width: 46px;
	height: 46px;
	background: transparent url(closelabel.png) no-repeat center;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='includes/slimbox/closelabel.png', sizingMethod='scale');
}

#lbCaption, #lbNumber {
	margin-right: 0px;
	margin-left: 10px;
	text-align: center;
	line-height: 28px;
}

#lbNumber {
	display: none;
}