/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #a6ce39;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 10;
	top: 10;
	background-repeat: no-repeat;
	border-bottom-style: none;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	bottom: 10;
	width: 68px;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink {
	background: transparent url(prevlabel.gif) no-repeat;
}

#lbNextLink {
	right: 20;
}

#lbNextLink {
	background: transparent url(nextlabel.gif) no-repeat;
}

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 1.4em;
	text-align: left;
	border: 0;
	
}

#lbCloseLink {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	bottom: 9;
	right: 8;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#lbCloseSpacer {
	display: block;
	float: right;
	width: 16px;
	height: 20px;
	background: transparent url(spacer.gif) no-repeat center;
	margin: 0;
	outline: none;
}

#lbNumber {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
#lbCaption {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 160px;
}


