/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 999999999;
}

#lbCenter, #lbBottomContainer {
	z-index: 9999999999;
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

#lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top:10px;
	width: 50%;
	height: 100%;
	outline: none;
}
#lbPrevLink img, #lbNextLink img{
	position: absolute;
	bottom: 0;
}


#lbPrevLink {
	left: 0;
}

#lbNextLink {
	right: 0;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #494949;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 26px;
	height: 26px;
	margin: 5px 0;
}

#lbNumber {
	margin-top: 10px;
	color: #494949;
}

#lbCaption {
	font-weight: bold;
	width: 100%;
	padding:0;
	text-align: justify;
}

