/* SLIMBOX */

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

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

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

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

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prev.png) no-repeat bottom right;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(next.png) no-repeat bottom left;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
	background-color: #9e010e;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 55px;
	height: 41px;
	background: transparent url(close.png) no-repeat top right;
	margin: 5px 0;
	outline: none;
	position: absolute;
	right: -20px;
	top: -20px;
}

#lbNumber {
	margin-right: 71px;
	display:none;
}
#lbCaption {
	font-weight: bold;
	margin-right: 71px;
	margin-left: 20px;
}
#lbCaption h3{
	padding: 0;	
}
#lbCaption p{
	color: #ED9483;
}

