/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #003249;
	cursor: pointer;
}

#lbCenter {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: transparent;
/*	border: 1px solid green;  */
}

#lbImage {
	position: absolute;
	left: 35px;
	background-color: #fff;
	border: 10px solid white; 
}

#lbWhite {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
/*	border: 1px solid yellow;  */
}

#lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

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


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

#lbPrevLink {
	left: 0px;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.png) no-repeat 0% 52% !important;
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 52%; 
}

#lbNextLink {
	right: 0px;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.png) no-repeat 100% 52% !important;
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 52%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #003C57; 
/*	color: #555555; */
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top: none;
}

#lbBottom a {
	font-weight: bold;
	color: #555555;
	color: #003C57; 
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel2.gif) no-repeat center;
	margin: 0px;
}

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

#lbCaption {
	font-weight: normal;
}

#lbNumber {
	margin-top: 5px;
	font-size: 10px;
	color: #6a95a8;
}

