




/* 

Roebox.0.9 
http://www.septemberthree.com/blog/stuff/roebox/roebox.html
by John Saddington

*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000000;
	cursor: pointer;
	z-index:10000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
		z-index:10000;}

.lbLoading {
	background: #000 url(loading.gif) no-repeat center;
	z-index:99;}

#lbImage {
	border: 1px solid #000;
	z-index:99;}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
		z-index:99;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	z-index:99;
	left: 0;
}

#lbPrevLink:hover {
	z-index:99;
	background: transparent url(prevlabel.gif) no-repeat 2% 50%;
}

#lbNextLink {
	z-index:99;
	right: 0;
}

#lbNextLink:hover {
		z-index:99;
	background: transparent url(nextlabel.gif) no-repeat 98% 50%;
}

#lbBottom {
		z-index:99;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border: 0px solid #000;
	border-top-style: none;
	padding:5px;
}

#lbCloseLink {
		z-index:99;
	display: block;
	float: right;
	width: 90px;
	height: 25px;
	background: transparent url(closelabel.png) no-repeat center;
	margin: 3px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	z-index:99;}

#lbCaption {	z-index:99;
	font-weight: bold;
}
