/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
	border-bottom: none;
	background-repeat: no-repeat;
}

#lbBottomContainer {
	border-right: 9px solid #fff;
	border-left: 9px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	background: transparent url(/images/slimbox/next-off.gif) no-repeat 100% 100%;
}

#lbPrevLink {
	left: 0;
	background: transparent url(/images/slimbox/prev-off.gif) no-repeat 0% 100%;
}

#lbPrevLink:hover {
	background: transparent url(/images/slimbox/prev-on.gif) no-repeat 0% 100%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/slimbox/next-on.gif) no-repeat 100% 100%;
}

#lbBottom {
  position: relative;
  padding: .3em;
	font: 70%/150% Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
}

/*#lbCloseLink {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background: transparent url(/images/slimbox/close-off.gif) no-repeat center;
  margin: 5px 0;
  border: 1px solid #fff;
}*/

#lbCloseLink {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: transparent url(/images/slimbox/close-off.gif) no-repeat center;
	right: 0;
  bottom: 5px;
	border: 1px solid #fff;
}

#lbCloseLink:hover {
	background-image: url(/images/slimbox/close-on.gif);
	border-color: #ccc;
}

#lbCaption, #lbNumber {
  margin-left: .5em;
	margin-right: 30px;
}

#lbCaption {
	font-weight: bold;
}

/* Additional help message */

#lbHelp {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  z-index: 100;
  border: 1px solid #fff;
  border-top: none;
  border-right: none;
}

#lbHelp div {
  padding: 2px;
	color: #f3f3f3;
	font-size: .8em;
}