/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	border:2px solid #8ac8f0;
	position: absolute;
	padding:10px 0;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #42a5e7;
}

#lbCenter			{	border-bottom:0}
#lbBottomContainer	{	border-top:0}

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

#lbImage {
	position: absolute;
	padding:2px;
	background-color:#8ac8f0;
	background-position:center;
	left: 0;
	top: 0;
	border: 8px solid #42a5e7;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top:2px;
	width: 50%;
	outline: none;
	opacity:0.7
}

#lbPrevLink {
	left:2px;
}

#lbPrevLink:hover {
	background: #8AC8F0 url(sb-inapoi-alb.png) no-repeat center;
}

#lbNextLink {
	right:2px;
}

#lbNextLink:hover {
	background: #8AC8F0 url(sb-inainte-alb.png) no-repeat center;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #42a5e7;
	border-top-style: none;
}

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

#lbCloseLink:hover	{	background-position:bottom}

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

#lbCaption {
	font-weight: bold;
}
