/* SLIMBOX */

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

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

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

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

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: left;
	padding: 0 10px 8px 10px;
	/*border: 10px solid #fff;
	border-top-style: none;*/
}

#lbCloseLink {

	float:right;
	color: #0000ff;
	text-decoration: none;
}

#lbNumber
{
display:inline;
margin-right: 10px;
}

#lbCaption {

	font-size: 14px;
}

#lbCaption hr
{
    color: #eee;
    background-color: #eee;
    height: 1px;

}

#lbNextLink, #lbPrevLink
{
margin: 0 5px;
text-decoration:none;
color: #0000ff;
white-space: nowrap;
}
