/* SLIMBOX */

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

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

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 30px solid #fff;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

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

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

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

/*#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(/images/ui/slimbox/closelabel.gif) no-repeat center;
  margin: 5px 0;
}*/

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

#lbCaption {
	font-weight: bold;
}



/*#hdr-debug {
  display: none;
}
*/
/*div {
  border: 1px dotted red;
}*/

#lbCenter, #lbBottomContainer {
  border: 1px solid #999;
}

#lbCenter {
  border-bottom: none;
}
#lbBottomContainer {
  border-top: none;
}

#lbNextLink,
#lbPrevLink {
  background-position: left 50%;
  background-repeat: no-repeat;
}

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

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

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

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


#lbHelp {
  display:none;
}

/* Additional help message */

#lbHelp {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  z-index: 100;
  border: 1px solid #999;
  background-color: #fff;
  border-top: none;
/*  border-right: none;*/
}

#lbHelp div {
  padding: 4px;
	color: #999;
	font-size: .9em;
}