@charset "utf-8";

/* SLIMBOX (Customized version) */
/* Don't change the dimensions without doing a backup, this CSS is not very forgiving. */

#lbOverlay, #lbCenter, #lbBottomContainer {
	z-index:1000000;
	}

#lbOverlay {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	background-color:#230D0C;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	padding:0;
	overflow: hidden;
	background-color: #000000;
	margin:0px;
	font-size:0px;
	line-height:0px;
	border: 1px solid #8C6900;
}


.lbLoading {
	background-color: #000000;
	background-image: url(../scripts/slimbox/slimbox/sb_loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#lbCanvas {
	border-top-width: 34px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#lbCanvas iframe, #lbCanvas img {
	padding:0;
	border: 1px solid #F0D051;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:url(../scripts/slimbox/slimbox/sb_anchor_spacer.gif);
}

#lbPrevLink {
	left: 0px;
}

#lbNextLink {
  right: 0;
}

#lbPrevLink:hover {
  background: transparent url(../scripts/slimbox/slimbox/sb_prevlabel.gif) no-repeat;
  cursor:pointer;
}

#lbNextLink:hover {
  background: transparent url(../scripts/slimbox/slimbox/sb_nextlabel.gif) no-repeat;
  cursor:pointer;
}

#lbPrevLinkVar, #lbNextLinkVar {
	top:20px;
	display: block;
	position: absolute;
	width: 70px;
}

#lbPrevLinkVar {
	left: 12px;
	background: transparent url(../scripts/slimbox/slimbox/sb_prevvar.gif) no-repeat;
	top: 5px;
}

#lbNextLinkVar {
	right: 10px;
	background: transparent url(../scripts/slimbox/slimbox/sb_nextvar.gif) no-repeat;
	top: 5px;
}

#lbPrevLinkVar:hover, #lbNextLinkVar {
  cursor:pointer;
}

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

#lbCloseLink, #lbCloseLinkVar {
	display: block;
	float: right;
	width: 66px;
	line-height:25px;
	background: transparent url(../scripts/slimbox/slimbox/sb_closelabel.gif) no-repeat center;
	padding:0;
	cursor:pointer;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#lbCloseLinkVar {
	background: transparent url(../scripts/slimbox/slimbox/sb_closevar.gif) no-repeat center;
	position: relative;
	left: 4px;
}

#lbNCWrapper {
	float:left;
}

#lbNumber {
	padding-top:5px;
	font-size:9px;
	clear:left;
	line-height:12px;
}

#lbCaption {
	font-weight: bold;
	color:#CFCEB4;
	font-size:11px;
	padding:0px;
	margin:0px;
	line-height:16px;
}

#lbBottomContainer {
	clear:none;
	margin:0;
	padding:0;
	border-top-style: none;
}

#slimboxWrapper {
  padding:0px;
  margin:0px;
  border:none;
  border-collapse:collapse;
  display:none;
  visibility:hidden;
  clear:none;
  background-color:inherit;
}
