/* SLIMBOX */

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

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

#lbBottomContainer { padding-top:10px; } 

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #a0a19c;
	background-repeat: no-repeat;
}
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-size: 10px;
	color: #757575;
	background:#fff;
	line-height: 1.4em;
	text-align: left;
	border: 1px solid #d7d3d4;
	padding:3px 6px;
}

#lbCloseLink {
	display: block;
	float:left;
}

#lbImgNav { display:block; float:right; }

#lbImgNav b { margin:0 4px; }

#lbNumber {
display:block;
margin:0 30%;
text-align:center;
}

#lbCaption {
	font-weight: bold;
}
