/* SLIMBOX */

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

#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #121F20;
	border: 10px solid #424C4D;

}

#lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #121F20;
	border-right: 10px solid #424C4D;
	border-bottom: 10px solid #424C4D;
	border-left: 10px solid #424C4D;
}

.lbLoading {
	background: #121F20 url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	padding: 0px 0px 10px 0px;
	left: 0;
	top: 0;
	border: 20px solid #121F20;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	text-align: left;
	border-right: 20px solid #121F20;
	border-left: 20px solid #121F20;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 58px;
	height: 18px;
	background: transparent url(../images/closelabel.png) no-repeat center;
	margin: 0px 0px 20px 0px;
}

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

#lbCaption {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: normal;
	color: #E31E26;
}
