/* SLIMBOX */

#lbOverlay
{
	width: 100%;
	position: absolute;
	z-index: 9999;
	left: 0;
	cursor: pointer;

	background-color: #000;
}

* html #lbOverlay
{
	width: 120%;
	position: absolute;
	z-index: 9999;
	left: 0;
	cursor: pointer;

	background: black;
}


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


.lbLoading
{
	background: #fff url(../graphics/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(../graphics/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink
{
	right: 0;
}

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

#lbBottom
{
	text-align: left;
	font-family: Georgia, serif;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #666;

	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink
{
	width: 66px;
	height: 22px;
	margin: 5px 0;
	float: right;
	display: block;

	background: transparent url(../graphics/closelabel.jpg) no-repeat center;
	outline: none;
}

#lbCaption, #lbNumber
{
	margin-right: 71px;
}

#lbCaption
{
	font-weight: bold;
}
