/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #5C6E7F;
	cursor: pointer;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: visible;
	background-color: #ffffff;
}

.lbLoading {
	background: #ffffff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #ffffff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#closeTop {
	display: block;
	position: absolute;
	width:26px;
	height:26px;
	top: 10;
	right: 0;
	width: 50%;
	outline: none;
    background: transparent url(closetop.gif) no-repeat 100% 25%;
}
#lbPrevLink {
	left: -30;
    background: transparent url(prevlabel.gif) no-repeat 0% 50%;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 50%;
}

#lbNextLink {
	right: -30;
    background: transparent url(nextlabel.gif) no-repeat 100% 50%;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 50%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #5C6E7F;
	line-height: 14px;
	text-align: left;
	border: 10px solid #ffffff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 21px;
	height: 21px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 0px 0;
}

#lbCaption, #lbNumber {
	margin-right: 200px;
}

#lbCaption {
	/*font-weight: bold;*/
}
