/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #666;
}
#lbCenter {
	border-width: 1px 1px 0 1px;
}
#lbBottomContainer {
	border-width: 0 1px 1px 1px;
}
.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
	z-index:999;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCaption {
	font-weight: bold;
}
#lbBottom a {
	padding: 4px 10px;
	border: 1px solid #e3e3e3;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}
#lbBottom a:hover {
	border: 1px solid #CCCCCC;
	background-color: #f9f9f9;
	color: #666666;
}
#lbBottom #lbCloseLink {
	display: block;
	background-image: url(../images/slimbox/close.gif);
	background-repeat: no-repeat;
	background-position: 8% 50%;
	margin: 5px 0 0 0;
	padding-left: 25px;
	line-height: 22px;
	float: right;
	text-align: center;
}
#lbBottom #lbCaptionPrevLink, #lbBottom #lbCaptionNextLink {
	display: block;
	margin: 5px 5px 0 0;
	line-height: 22px;
	float: left;
	text-align: center;
}
#lbBottom #lbCaptionPrevLink {
	background-image: url(../images/slimbox/prev.gif);
	background-repeat: no-repeat;
	background-position: 8% 50%;
	padding-left: 25px;
}
#lbBottom #lbCaptionNextLink {
	background-image: url(../images/slimbox/next.gif);
	background-repeat: no-repeat;
	background-position: 92% 50%;
	padding-right: 27px;
}
#lbNumber {
	font-style: italic;
}