/* slim box styles */

#lbOverlay /* background overlay */
{
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #595959;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer
{
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

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

#lbImage
{
	border: 10px solid #fff;
}

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

#lbPrevLink
{
	left: 0;
}

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

#lbNextLink
{
	right: 0;
}

#lbNextLink:hover
{
	background: transparent url( '../images/arrow_nextlabel.gif' ) no-repeat 100% 15%;
}

#lbBottom
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A8904;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink
{
	display: block;
	float: right;
	
	height: 15px;
	width: 15px;
	background: transparent url( '../images/close.gif' ) no-repeat top;
	margin: 5px 0;
}

#lbCloseLink:hover
{
	background: transparent url( '../images/close.gif' ) no-repeat bottom;
}

/* captions */

#lbCaption
{
	margin-right: 71px;
	padding: 3px;
}

/* numbers */

#lbNumber
{
	margin-right: 71px;
	padding: 3px;
	
	font-size: 9px;
	
	color: #666;
}

#lbNumber a
{
	color: #666;
}

#lbNumber a:hover
{
	color: #3A8904;
	text-decoration: none;
}

#lbCaption
{
	font-weight: bold;
}