/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
	}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #e8e8e8;
	}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
	}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 20px solid #e8e8e8;
	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.gif) no-repeat 0 -10px;
	}

#lbNextLink {
	right: 0;
	}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% -10px;
	}

#lbBottom {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #564319;
	line-height: 1em;
	text-align: left;
	border: 20px solid #e8e8e8;
	border-top-style: none;
	}

#lbCloseLink {
	position:absolute;
	bottom:0;
	right:0;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	border:#e8e8e8 10px solid;
	}

#lbCaption, #lbNumber {
	margin-right: 71px;
	}

#lbNumber {
	padding-top:1em; font-size:10px;
	}
	
#lbCaption {
	line-height:1.4em;
	}
	
#lbCaption h1{
	font-weight: bold;
	font-size: 12px;
	letter-spacing:.75px;
	margin-bottom:.25em;
	color:#564319;
	text-transform:uppercase;
	}
