/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #405968;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background: #405968;
	border: #405968 solid 1px;
	border-bottom: none;
}
#lbCenter {
	background: #fff url(images/gradient.jpg) repeat-x;
}

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

#lbImage {
	position: absolute;
	left: 20px;
	top: 20px;
	background-repeat: no-repeat;
	padding: 20px;
	padding-bottom: 5px;
}

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

#lbPrevLink {
	left: 0;
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
	border: none;
	border-bottom: none;
}

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

#lbNextLink {
	right: 39px;
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
	border: none;
	border-bottom: none;
}

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

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border: #405968 solid 20px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 0;
	outline: none;
	border: none;
	border-bottom: none;
}

#lbCaption, #lbNumber {
	margin-right: 40px;
}

