/* SLIMBOX */

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

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

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

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

#lbPrevLink, #lbNextLink {
  color: #999;
  font-weight: bold;
  text-decoration: none;
	display: block;
	position: absolute;
	top: 35px;
}

#lbPrevLink {
  background: url('prevlabel.gif') no-repeat;
	left: 10px;
	padding-left: 23px;
}

#lbNextLink {
  background: url('nextlabel.gif') no-repeat 100% 0%;
	right: 10px;
	padding-right: 23px;
}

#lbNextLink:hover {
}

#lbBottom {
	color: #666;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
  color: #999;
  font-weight: bold;
  text-decoration: none;
  background: url('closelabel.gif') no-repeat;
	display: block;
	width: 40px;
	 height: 25px;
	margin: auto;
	padding-left: 25px;
	margin-top: 7px;
}

#lbCaption, #lbNumber {
}

#lbCaption {
  border-bottom: 1px solid #ccdde6;
  font-weight: bold;
  padding-bottom: 10px;
}

#lbNumber{
  border-top: 1px solid #ccdde6;
  border-bottom: 1px solid #ccdde6;
  clear: both;
  text-align: center;
  padding: 3px;
  width: auto;
}

#lbNumber a, #lbNumber span{
  border: 1px solid #999;
  color: #999;
  margin-right: 3px;
  padding: 0px 3px 0px 3px;
  text-decoration: none;
}

#lbNumber a:hover, #lbNumber span{
  background: #999;
  border: 1px solid #999;
  color: #fff;
  padding: 0px 3px 0px 3px;
}
