/* SLIMBOX */

#lbOverlay, .message {
	position: fixed;
	z-index: 999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
}
#lbOverlay{
	cursor:pointer
	}
.message{display:none}

#alert{
	border: 10px solid #000;
	background:#000;
	font:normal 30px "Abel";
	color:#efefef;
	padding:20px;
	width:500px;
	margin-left:-250px;
	left:50%;
	position:absolute;
	height:300px;
	}
#alert ul{padding-top:20px}
#alert ul li{padding-bottom:10px}

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

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

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

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.png) no-repeat 0 40%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.png) no-repeat 100% 40%;
}

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

#lbCloseLink {
	display: block;
	float: right;
	width: 130px;
	height: 30px;
	font:normal 36px "Abel";
	color:#efefef;
	margin: 5px 0;
	outline: none;
	text-transform:uppercase;
	text-decoration:none
}

#lbCaption, #lbNumber {
	margin-right: 150px;
}
#lbNumber{
	display:none
	}
#lbCaption {
	font-weight: normal;
	font:normal 20px "Abel";
	color:#efefef;
	float:left;
	margin-top:10px
}

