/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 8000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: url(../img/lightbox/overlay.png);*/
	background-color: white;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 8500;
	overflow: hidden;
	background-color: #fff;
}

#lbCenter {
	-webkit-box-shadow: 0px 0px 15px rgba(22, 22, 22, 0.9);
	-moz-box-shadow: 0px 0px 15px rgba(22, 22, 22, 0.9);
	border:1px solid #999;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px 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(../img/lightbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 10px;
}

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

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

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

/*
#lbCaption {
	font-weight: bold;
	position: absolute;
	top: 60%;
	left: 20px;
	color: #fff;
	background: #161616;
	display: block;
	height: 24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
	line-height: 24px;
	vertical-align: center;
	text-align: center;
	opacity: 0.9;
	border: 3px solid #fff;
}
*/

#lbCloser {
	width: 30px;
	height: 30px;
	background: url(../img/lightbox/closer.png) no-repeat;
	position: absolute;
	top:0;
	margin: -15px 0 0 -15px;
	z-index: 9000;
	cursor: pointer;
}
#lbThumbs {
	padding: 15px 0 0 0;
	display: none;
	background: #efefef;
	width: 135px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	overflow: hidden;
	display: none;
}
#lbThumbs a img {
	margin: 5px 0;
	max-width: 128px;
	max-height: 68px;
	border: 5px solid #dfe6eb;
}
#lbThumbs a img:hover, #lbThumbs a img.active {
	border: 5px solid #10A0DE;
}