/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #520000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
  background-color: #F5F5F4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
  padding: 8px;
  background-position: center;
}

#lbBottomContainer {
  margin-top: 2px;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
  background: transparent url(prevlabel_f5f5f4.gif) no-repeat left 38%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
  background: transparent url(nextlabel_f5f5f4.gif) no-repeat right 38%;
}

#lbBottom {
	color: #2E3436;
  padding: 8px;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 66px;
  height: 22px;
  background: transparent url(closelabel_trans.gif) no-repeat center;
  margin: 5px 0;
  outline: none;
}

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

#lbNumber {
  margin-top: 5px;
  color: #888A85;
}

