/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
}

#lbCenter 
{
    background-color: #000000;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    }

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #4a4a4a;
	border-bottom: none;
	background-repeat: no-repeat;
	width: 875px!important;
	height: 575px!important;
	background-position: center;
}

#forcer {width: 875px!important; height: 573px!important;}

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

#lbPrevLink {
	left: 10px;
	background: transparent url(prevlabel.png) no-repeat 0 50%;
}

#lbNextLink {
    background: transparent url(nextlabel.png) no-repeat 100% 50%;
	right: 10px;
}

#lbPrevLink:hover {
	background: transparent url(prevlabelHover.png) no-repeat 0 50%;
	right: 10px;
}

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

#lbBottom {
	font-family: Arial,Tahoma,sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background-color: #4a4a4a;
	line-height: 20px;
	text-align: left;
	text-indent:0;
	border: 10px solid #4a4a4a;
	padding: 0 10px;
	-moz-border-radius: 10px;
    border-radius: 0 0 10px 10px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 60px;
	height: 17px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 0 -4px 0 0;
	outline: none;
}

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

#lbCaption {
	font-weight: normal;
}
