/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 9;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	z-index: 10;
}
#lbCenter {overflow: visible;}

.lbLoading {
	background: #000 url(/images/slimbox/loader.gif) no-repeat center;
}

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

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/slimbox/left.png) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/slimbox/right.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #eee;
/* 	line-height: 1.4em; */
	text-align: left;
	border: 1px solid #000;
	border-top-style: none;
	height: 0px;
}

#lbCloseLink {
	display: block;
	position: absolute; right: -20px; top: -20px;
	float: right;
	width: 25px;
	height: 25px;
	background: transparent url(/images/slimbox/close.png) no-repeat center;
	margin: 0;
	z-index: 100;
}

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

#lbCaption {
	font-weight: bold;
}
