/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	color: #ffffff;
	background-color: #F9F9F9;
}

#lbCenter {
	border: 1px solid #CCCCCC;
	border-bottom : none;
}

#lbBottomContainer {
	border: 1px solid #CCCCCC;
	border-top : none;
	overflow : hidden;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	padding : 10px;
	background-position : 10px 10px;
	background-repeat: no-repeat;
	
	background-color: #F9F9F9;
}

#lbPrevLink {
	display: block;
	float: left;
	width: 63px;
	height: 32px;
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
	outline: none;
}

#lbNextLink {
	display: block;
	float: right;
	width: 63px;
	height: 32px;
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
	outline: none;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #F9F9F9;
	border-top-style: none;
}
#lbBottom p {
	padding-top: 0px;
	margin: 0px 0px 10px 0px;
}

#divPrevLink {
	float: left;
	width: 66px;
	height: 20px;
	margin: 5px 0;
}
#divCloseLink {
	float: left;
	height: 20px;
	margin: 5px 0;
}
#divNextLink {
	float: right;
	width: 66px;
	height: 20px;
	margin: 5px 0;
}

#lbCloseLink {
	display: block;
	width: 31px;
	height: 31px;
	position : absolute;
	top : -14px;
	right : -14px;
	background: transparent url(closelabel.png) no-repeat center;
	outline: none;
}

#lbNumber { display: none; }

#lbCaption {
	float: left;
	display: block;
	width: 100%;
	
	font-family: 'Trebuchet MS', 'Georgia', Arial;
	line-height: normal;
}

