/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color:#FFFFFF;
}
.lbLoading {
	background: #fff url(../img/slimbox/loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #ffffff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url(../img/slimbox/prevlabel.png) no-repeat 5% 25%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url(../img/slimbox/nextlabel.png) no-repeat 95% 25%;
}
#lbBottom {
	font-size: 1em;
	color: #000000;
	line-height:1.5em;
	text-align: left;
	border: 10px solid #FFFFFF;
	border-top-style: none;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../img/slimbox/closelabel.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-family: Garamond, 'Clarendon Std', 'Century Old Style Std', 'Century Schoolbook', Georgia, serif;
	font-size:1.5em;
	font-weight: bold;
	color:#666666;
	margin:0 0 0 0;
	padding:0;
}
#lbNumber {
	color: #000000;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height:1.5em;
	margin:3px 0 0 0;
	padding:0;
}
