/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #2c0000;
}

.lbLoading {
	background: #2c0000 url(loading1.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #2c0000;
	background-repeat: no-repeat;
}

#lbSlide{
	display: block;
	position: absolute;
	width: 100%;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	font-size: 100000px;  /* Workaround needed for IE */
	overflow: hidden;     /* Workaround needed for IE */
	line-height: 9999px;
	outline: none;
}

#lbPrevLink {
	left: 0;
	background: transparent url(lbPrev_button4.jpg) no-repeat 0% 100%;
}

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

#lbNextLink {
	right: 0;
	background: transparent url(lbNext_button4.jpg) no-repeat 100% 100%;
}

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

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	color: #adeeff;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #2c0000;
	border-top-style: none;
	margin-left: 40px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 90px;
	height: 29px;
	background: transparent url(lbClose_button4.jpg) no-repeat center;
	margin: 5px 40px;
	outline: none;
}

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

#lbCaption {
	font-weight: bold;
}
