/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  background-color: #202020;/*#838A9A;*/
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #000;
  -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
  -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
}

#lbCenter {
  -moz-border-radius-topleft: 10px;
  -khtml-border-radius-topleft: 10px;
  -webkit-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -khtml-border-radius-topright: 10px;
  -webkit-border-radius-topright: 10px;
}

#lbBottomContainer, .lbLoading {
  -moz-border-radius-bottomleft: 10px;
  -khtml-border-radius-bottomleft: 10px;
  -webkit-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -khtml-border-radius-bottomright: 10px;
  -webkit-border-radius-bottomright: 10px;
}

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

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

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	padding: 0px; 
  margin: 0px 10px 0px;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-align: left;
}

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

#lbCaption {
  padding: 3px 0 0;
  height: 10px;
/*	font-weight: bold;*/
}

#lbNumber {
  padding: 0;
  height: 10px;
}
