/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#000 url(../images/logo.png) no-repeat 20px 20px;

}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
}

#lbCenter{
  background-color: #fff;	
  border: 10px solid #fff;
  -moz-border-radius : 3px;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  outline: none;
	display: block;
	position: absolute;
	height:80px;
	width: 80px;
	-moz-border-radius : 5px;
}

#lbPrevLink {
	left: -100px;
	background: transparent url(../images/prev.gif) no-repeat 50% 50%;
}

#lbPrevLink:hover {
	background-color: #000000;
}

#lbNextLink {
	right: -100px;
	background: transparent url(../images/next.gif) no-repeat 50% 50%;
}

#lbNextLink:hover {
	background-color: #000000;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 1.4em;
	text-align: left;
	margin-top: 35px;
}

#lbCloseLink {
  z-index: 9999;
  position:fixed;
	display: block;
	right:20px;
	top:20px;
	width: 66px;
	height: 22px;
	padding:15px;
	background: transparent url(../images/closelabel.gif) no-repeat 65px 15px;
	-moz-border-radius : 5px;
  outline: none;
  color:#ffffff;
  text-decoration:none;
  font-size:18px;
}

#lbCloseLink:hover {
  background-color: #000000;
}

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

#lbCaption {
	font-weight: bold;
}

