/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
      /*	background-color: #D9F0E1; */
      	background: transparent url(images/80.png) repeat;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #8D8D8D;     /* fff */
}

.lbLoading {
     /*	background: #fff url(loading.gif) no-repeat center; */
         background: #000 url(images/BlackLoading.gif) no-repeat center;
}

#lbImage {   /* border: 6px solid #33804E; */
     	position: absolute; left: 0; top: 0; border: 6px solid #8D8D8D;	background-repeat: no-repeat;
         color: #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/BlackPreviousB2.gif) no-repeat 0 15%;
         border: 10px solid #8D8D8D/;
	border-left-style: none;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/BlackNextB2.gif) no-repeat 100% 15%;
         border: 10px solid #8D8D8D/;
	border-right-style: none;
}

#lbBottom {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: /*#666*/ ##313131;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #8D8D8D/*#fff*/;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 54px;
	height: 28px;
	background: transparent url(images/BlackCloseB.gif) no-repeat center;
	margin: 5px 0;
         padding-left: 4px;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
