/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}
#lbBottomContainer {
	background-color: #e6e6e6;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	padding-bottom: 32px;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	padding-bottom: 32px;
}

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-size: .9em;
	line-height: 1.5;
	text-align: left;
	padding: 15px 20px 20px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 26px;
	background: transparent url(img/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 150px;
}
#lbCaption {
	margin-bottom: 1.2em;
}
#lbCaption h5 {
	font-weight: bold;
	margin-bottom: .3em;
}
#lbCaption a {
	color: #000;
}
#lbCaption a:hover {
	color: #444;
}
#lbNumber {
	font-weight: bold;
}
