#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:10px solid #000;}
#sb-body-inner{position:relative;height:100%;}
#sb-content.html{height:100%;overflow:auto;}
#sb-loading{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:10px;
	background:url(/images/site/loading_image.png) 50% 50% no-repeat;
	}
#sb-body,#sb-loading{background-color:#000;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title-inner,#sb-info-inner{
	position:relative;
	font-family:'Lucida Grande',Tahoma,sans-serif;
	line-height:16px;
	}
#sb-title{margin-bottom:-5px;}
#sb-title,#sb-title-inner{height:26px;}
#sb-title-inner{font-size:14px;padding:5px 8px;color:#fff;	background:#000;}
#sb-info,#sb-info-inner{height:26px;}
#sb-info-inner{font-size:12px;color:#fff; background:#000;}
#sb-nav{float:left;height:22px;padding:0 10px 0 0;width:130px;_width:148px;}
#sb-nav a{display:block;float:right;height:22px;width:22px;margin-left:10px;cursor:pointer;padding:0;}
#sb-nav a:hover {background-color:#000;}
a#sb-nav-close{background:url(resources/buttons.gif) -154px 0 no-repeat;}
a#sb-nav-close:hover {background:url(resources/buttons.gif) -154px -22px no-repeat;}
a#sb-nav-next{background:url(resources/buttons.gif) -88px 0 no-repeat;}
a#sb-nav-next:hover{background:url(resources/buttons.gif) -88px -22px no-repeat;} 
a#sb-nav-previous{background:url(resources/buttons.gif) -22px 0 no-repeat;}
a#sb-nav-previous:hover{background:url(resources/buttons.gif) -22px -22px no-repeat;}
a#sb-nav-play{background:url(resources/buttons.gif) -44px 0 no-repeat;}
a#sb-nav-play:hover{background:url(resources/buttons.gif) -44px -22px no-repeat;}
a#sb-nav-pause{background:url(resources/buttons.gif) -66px 0 no-repeat;}
a#sb-nav-pause:hover{background:url(resources/buttons.gif) -66px -22px no-repeat;}
#sb-counter{float:right;padding:0 10px 0 0;width:auto; text-align:right;line-height:22px;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-family:'Lucida Grande',Tahoma,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;} 

div#instruct {
	font-size: 0.75em;
	line-height:140%;
	vertical-align:bottom;
	color:#888;
	z-index:1000;
	position:absolute;
	bottom: 2px;
	padding:4px;
	text-align:center;
	display:block;
	width:100%;
}
div#instruct img {margin-bottom:-3px;}