/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #143241;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/general/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border-top: 30px solid #fff;
	border-right: 20px solid #fff;
	border-bottom: 20px solid #fff;
	border-left: 20px solid #fff;
	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/general/slimbox/prevlabel.gif) no-repeat 0% 50%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/general/slimbox/nextlabel.gif) no-repeat 100% 50%;
}

#lbBottom {
	font-size: 11px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 20px solid #fff;
	border-top-style: none; }
	#lbBottom h2 {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 2px;
		color: #5A829B;
		height: auto; }

#lbCloseLink {
	position: absolute;
	top: -24px;
	right: 0;
	width: 25px;
	height: 20px;
	background: transparent url(../images/general/slimbox/closelabel.gif) no-repeat center;
}

#lbCaption, #lbNumber {
	/*margin-right: 71px;*/
}

#lbNumber {
	margin-top: 15px;
	color: #3C6E8C;
	font-weight: bold;
}