/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

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

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbImage div
{
	position:absolute;
	bottom:18px;
}

#lbNav
{
	width:38px;
	float:right;
	height:19px;
}

#lbPrevLink, #lbNextLink {
	display: block;
	width: 19px;
	height:19px;
	outline: none;
}

#lbPrevLink, .lbPrevLink {
	float:left;
}

#lbPrevLink:hover, #lbPrevLink, .lbPrevLink {
	background: transparent url(prevlabel.gif) no-repeat right 0;
}

#lbNextLink, .lbNextLink {	
	float:right;
}

#lbNextLink:hover, #lbNextLink, .lbNextLink  {
	background: transparent url(nextlabel.gif) no-repeat right 0;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	position:relative;
	padding:4px 0;
}

#lbCloseLink, .lbCloseLink {
	display: block;
	float: left;
	width: 15px;
	height: 19px;
	background: transparent url("closelabel.gif") no-repeat center;
	margin: 0px 0;
}

#lbNumber {
	margin-right: 71px;
	display:none;
}

#lbCaption, .lbCaption {
	font-weight: normal;
	color:Black;
	font-size:12px;
	margin-bottom:30px;
	margin-right:17px;
	display:none;
}