
/* lightbox.css created for WebAPP v0.9.9.8
(c) Jocelyn Brown www.stayinon.com. */

/* css from Lightbox Version 1.3 by Samuel Birch (www.phatfusion.net/lightbox)
and Slimbox v1.41 by Christophe Beyls (www.digitalia.be/software/slimbox), as modified
by Jos Brown ("bantychick") for WebAPP v0.9.9.8 (www.web-app.org) Sept 2007. */

/* Slimbox classes with some styles modified for Extended version: */
#lbOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
#lbBottomContainer {
 display: none; /* no captions yet */
}
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}
#lbImage {
	border: 10px solid #eee;
}
/* styles for hidden next & previous buttons: */
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 32px;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}
*/
/* styles for next & previous buttons as part of footer */
#lbPrevLink, #lbNextLink {
	display: block;
	width: 63px;
	height: 32px;
	outline: none;
}
#lbPrevLink {
	float: left;
	background: transparent url(prevlabel.gif) no-repeat left;
	
}
#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat left;
}
#lbNextLink {
	float: right;
	background: transparent url(nextlabel.gif) no-repeat right;
}
#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat right;
}
#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #eee;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 16px;
	height: 16px;
	background: transparent url(close.gif) no-repeat center;
	margin: 0;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	font-weight: bold;
}

/* new classes for extended */
.photos {
	padding: 3px;
	border: 1px solid #fff;
}
a:hover .photos {
	border: 1px solid #999;
}
.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}
.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}
#lbControls {
	display: block;
	height: 32px;
}
#lbDescription {
	margin-right: 71px;
}
.lightboxDesc {
	display: none;
}

