#sb-container,#sb-wrapper {
	text-align: left;
}
#sb-container,#sb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#sb-container {
	height: 100%;
	display: none;
	visibility: hidden;
	z-index: 999;
}
body>#sb-container {
	position: fixed;
}
#sb-overlay {
	height: expression(document.documentElement.clientHeight+'px');
}
#sb-container>#sb-overlay {
	height: 100%;
}
#sb-wrapper {
	position: relative;
}
#sb-wrapper img {
	border: none;
}
#sb-body {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 2px solid #fff;
}
#sb-body-inner {
	position: relative;
	height: 100%;
}
#sb-content.html {
	height: 100%;
	overflow: auto;
}
#sb-body,#sb-loading {
	background: #231507 url(/img/headstache-float-sm.gif) no-repeat center center;
}
#sb-loading {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 10px;
}
#sb-loading a { display:none; }
#sb-title,#sb-info {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#sb-title { text-align: center; margin:0 25px; }
#sb-title-inner,#sb-info-inner {
	position: relative;
	line-height: 22px;
}
#sb-title,#sb-title-inner {
	height: 26px;
}
#sb-title-inner {
	font-size: 16px;
	padding: 0;
	color: #fff;
}
#sb-info,#sb-info-inner {
	height: 20px;
}
#sb-info-inner {
	font-size: 14px;
	color: #fff;
}
#sb-nav {
	float: right;
	height: 16px;
	padding: 2px 0;
	width: 10%;
}
#sb-nav a {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 3px;
	cursor: pointer;
}
a#sb-nav-close {
	background: url(/img/shadowbox/close.png) left center no-repeat;
	position:absolute;
	top:0; left:0;
	width:20px;
	height:25px; 
	cursor:pointer;
	opacity:.3;
}
a#sb-nav-close:hover { opacity:1; }
#sb-nav-next,
#sb-nav-previous {
	background: url(/img/arrow-right.png) right center no-repeat;
	position:absolute;
	top:20px; right:-50px; width:50%; height:90%; 
	opacity:0;
	cursor:pointer;
	z-index:1000;
}
#sb-nav-previous {
	background: url(/img/arrow-left.png) left center no-repeat;
	right:auto; left:-50px; 
}
#sb-nav-next:hover,
#sb-nav-previous:hover { opacity:2; }
#sb-nav-play {
	background-image: url(/img/shadowbox/play.png);
	background-repeat: no-repeat;
}
#sb-nav-pause {
	background-image: url(/img/shadowbox/pause.png);
	background-repeat: no-repeat;
}
#sb-counter {
	float: left;
	padding: 2px 0;
	width: 80%;
}
#sb-counter a {
	padding: 2px 4px;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
#sb-counter a:hover { text-decoration: underline; }
#sb-counter a.sb-counter-current {
	text-decoration: underline;
}
div.sb-message {
	font-family: helvetica,sans-serif;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
div.sb-message a:link,div.sb-message a:visited {
	color: #fff;
	text-decoration: underline;
}

#sb-title-inner a.mini-button { background:#35302b; color:#aaa !important; font-size:11px; padding:1px 3px; margin-left:4px; }
#sb-title-inner a.mini-button:hover { background:#898989; color:#ddd !important; text-decoration: none; }