/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9997;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbtest {
  position: absolute;
  z-index: 9998;
  overflow: hidden;
  background-color: #fff;
}
#lbCenter {
	position: absolute;
	z-index: 9997;
	overflow: hidden;
	background-color: #fff;
  margin-top:32px; 
}
#lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}
.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

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

#lbBottom {
  position: absolute;
  top:0;
  width:100%;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	border: 10px solid #fff;
	border-top-style: none;
  background-color: #fff;
  text-align:center;
  height:32px;
  margin-bottom:15px;
  z-index: 9999;
}

#lbPrevLink, #lbNextLink, #lbCloseLink {
  display: inline-block;
  width: 66px;
  height:32px;
  margin:3px;
}

#lbPrevLink {
  background: transparent url(../images/slimbox/prevlabel.gif) no-repeat;
}

#lbNextLink {
  background: transparent url(../images/slimbox/nextlabel.gif) no-repeat;
}

#lbCloseLink {
  margin-left:30px;
  position:relative;
  top:5px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat;
}
#lbNumber {
  display: inline-block;
  position:relative;
  top:-15px;
  width: 80px;
}
#lbCaption {
  display: inline-block;
	font-weight: bold;
}

