/* SLIMBOX */

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

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

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

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

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #666;
	border-top-style: none;
}

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

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

#lbCaption {
	padding-bottom:5px;
	font:8pt "Lucida Sans", "Lucida Console", Arial, sans-serif;
	border-bottom:1px solid #555;
	color:#ccc;
}

#lbCaption a{
	font:9.5px Tahoma, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #bbb;
	text-decoration:none;
	color:#888;
}

#lbCaption a:hover{
	border-bottom-color:#ff0;
	color:#ff0;
}

#lbNumber i {
	font:7pt Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
}

