/* SLIMBOX */

.slimbox img {
	border: 1px solid #96282d;
	vertical-align:text-bottom;
}

#slbcaption3 {
	display:none;
}

#lbOverlay {
        position: absolute;
/*	left: 0; */
/*	width: 100%; */
        top: 70px;
        left: 50%;
        margin-left: -240px;
        margin-bottom: 40px;
        width: 600px;
/*        height: 600px; */
	background-color: #F7F2E9;
	cursor: pointer;
	z-index:300;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
/*	left: 50%; */
	overflow: hidden;
	background: transparent; 
/*	background-color: #F7F2E9; */
	z-index:399;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #96282d;
	background-repeat: no-repeat;
	z-index:400;
/* filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; */
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent;
/*	background: transparent url(prevlabel.gif) no-repeat 0% 15%; */
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent;
/*	background: transparent url(nextlabel.gif) no-repeat 100% 15%; */
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
//	line-height: 1.4em;
	line-height: 10pt;
	text-align: left;
	text-style: none;
	border: 0px none #fff;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent; 
/*	background: transparent url(closelabel.gif) no-repeat center; */
/*	margin: 5px 0; */
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 16pt;
}

#lbCaption2 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}

#lbCaption3 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}

#lbCaption4 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}

#lbCaption5 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}

