/* SLIMBOX */

#lbOverlay {
	position:absolute;
	z-index:2;
	left:0;
	width:100%;
	background-color:#000;
	cursor:pointer;
}
#lbCenter, #lbBottomContainer {
	position:absolute;
	z-index:2;
	left:50%;
	overflow:hidden;
	background-color:#fff;
}
.lbLoading {
	background:#fff url(../img/loading.gif) no-repeat center;
}
#lbImage {
	position:absolute;
	left:0;
	top:0;
	background-repeat:no-repeat;
	border-right:20px solid #FFF;
}
#lbBottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	border:10px solid #fff;
	border-top-style:none;
}
#lbCloseLink {
	display:block;
	float:right;
	width:430px;
	height:22px;
	background:url(../img/closelabel.gif) no-repeat center;
	margin:15px 0;
}
#lbCaption {
	text-align:justify;
}
h2 {
	font-size:11px;
	color:#65d2ba;
	background:url(../img/back.gif);
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	padding-left:10px;
	padding:5px;
}
a:link {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#65d2ba;
}