/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background-color: #fff;
	background-image: url(../img/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background-color: transparent;
	background-image: url(../img/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background-color: transparent;
	background-image: url(../img/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: 100% 15%;
}

#lbBottom {
	font-family: 'Pontano Sans', sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 18px;
	text-align: left;
	border-top-style: solid;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	padding-top: 0px;
}

#lbBottom a {
	font-size: 13px;
	color: #930;
	font-weight: normal;/*
	line-height: 18px;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;*/
	text-decoration: none;
}

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

#lbCaption, #lbNumber {
	font-family: 'Pontano Sans', sans-serif;
	margin-right: 71px;
	font-size: 10px;
	color: #000;
	/*	background-color: #000;
	padding: 3px;*/
}

#lbCaption {
	font-family: 'Pontano Sans', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	padding: 3px;
}
