/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 105%;
	background-color: #00b8ea;
	cursor: pointer;
}

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

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
		border-left: 21px solid #00b8ea;
	border-right: 21px solid #00b8ea;
	background-repeat: no-repeat;
}

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

#lbPrevLink
{
background:transparent url(prevlabel.gif) no-repeat center left;
left: -22px;
}

#lbPrevLink:hover
{
background: transparent url(prevlabel.gif) no-repeat center left;
}
#lbNextLink {
background:transparent url(nextlabel.gif) no-repeat center right;
right: -22px;
}

#lbNextLink:hover
{
background: transparent url(nextlabel.gif) no-repeat center right;
} 
#lbBottom {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	padding-left: 20px;
	padding-top: 5px;

}


#lbCloseLink {
	display: block;
	float: right;
	width: 10px;
	height: 10px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 4px 5px 0 0;
	outline: none;
}

#lbCaption, #lbNumber {

	margin-right: 0px;
}

#lbCaption {
	*/font-weight: bold;/*
}

