/* SLIGHTBOX */
/* variation on SLIMBOX */
/*

 .thumbnail {
	width: 360px;
	height: 270px;
	} 
*/


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

#lbCenter, #lbBottom {
	display: inline;
	position: absolute;
	left: 50%;
	margin-top: 20px;
	overflow: hidden;
	background-color: #fff;
	z-index: 20;
	border: 10px solid #fff;
}

#lbCenter {
	padding: 0px;
}

.lbLoading {
	background: #fff url('../_img/lightbox/loading.gif') no-repeat center;
	border: 1px solid #666;
}

#lbImage {
	z-index: 25;
}

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

#lbPrevLink {
	left: 0px;
}

#lbPrevLink:hover {
	background: transparent url('../_img/lightbox/prev.gif') no-repeat 0% 50%;
}

* html #lbPrevLink:hover { background: transparent url('../_img/lightbox/prev.gif') no-repeat 0% 50%; }

#lbNextLink {
	right: 0px;
}

#lbNextLink:hover {
	background: transparent url('../_img/lightbox/next.gif') no-repeat 100% 50%;
}

* html #lbNextLink:hover { background: transparent url('../_img/lightbox/next.gif') no-repeat 100% 50%; }

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	border-top-style: none;
	margin-top:35px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 19px;
	height: 22px;
	background: transparent url('../_img/lightbox/close_X.gif') no-repeat center;
	margin-bottom: 0px;
}

#lbNumber {
	display: block;
	float: left;
	padding: 0;
}

#lbNumber.gallery {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px 0;
}

#lbCaption {
	padding: 0 10px;
	margin: 0px 0;
	display: block;
	float: left;
}

#lbDescription {
	float: left;
	padding-right: 10px;
}

#lbDescription #lbTitle {
	float: left;
	clear: both;
	font-weight: bold;
}

#lbDescription #lbCaption {
	margin-left: 0;
}

#lbTitle {
	display: block;
}

