/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 201;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 20px solid #fff;
/*  padding: 20px;*/
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
/*  background-color: pink;*/
}

/*#lbPrevLink {
  left: 0;
}

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

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(/images/ui/lightbox/nextlabel.gif) no-repeat 100% 15%;
}*/
#lbNextLink,
#lbPrevLink {
  background-position: left 50%;
  background-repeat: no-repeat;
}

#lbNextLink {
  background-position: right 50%;
}

#lbPrevLink { left: -20px; float: left; background-image: url(/images/lightbox/prev-off.gif); }
#lbNextLink { right: -20px; float: right; background-image: url(/images/lightbox/next-off.gif);}
#lbPrevLink:hover { background-image: url(/images/lightbox/prev-on.gif);}
#lbNextLink:hover { background-image: url(/images/lightbox/next-on.gif);}


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

#lbCloseLink {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: url(/images/lightbox/close-off.gif) 50% no-repeat;
	margin: 5px 0;
}

#lbCloseLink:hover { background-image: url(/images/lightbox/close-on.gif); }


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

/*#lbCaption {
  font-weight: bold;
}*/

