#sb-container {	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 2000;
	text-align: left;
	visibility: hidden;
	display: none;	
	font-size: 12px;
	line-height: 14px;
}

#sb-overlay { position: relative;
	height: 100%;
	width: 100%;
}

#sb-wrapper { position: absolute;
	visibility: hidden;
	width: 100px;  
}

#sb-wrapper-inner {	position: relative;
	border: 1px solid #ffffff;
	overflow: hidden;
	height: 100px;
}

#sb-body { position: relative;
	height: 100%;
}

#sb-body-inner { position: absolute;
	height: 100%;
	width: 100%;
}

#sb-player.html { height: 100%;
	overflow: auto;
}

#sb-body img { border: none;
}

#sb-loading { position: relative;
	height: 100%;
}

#sb-loading-inner { position: absolute;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	text-align: center;  
	background-color: black;
}

#sb-loading-inner span { display: inline-block;
  width: 34px;
  background-image: url(loading.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: black;
  text-indent: 1000px;
  overflow: hidden;
  height: 34px;
}

#sb-body,#sb-loading { background-color: black;
}

#sb-title,#sb-info { position: relative;
	margin: 0;
	padding: 0;
}

#sb-title,#sb-title-inner { height: 26px;
	line-height: 17px !important;
	font-size: 13px;
	padding-top: 15px;
	padding-left: 1px;	
	position: absolute !important;
	bottom: -5px;
}

#sb-title { width: 100%;
}

#sb-title-inner { padding-right: 40px;
}

#sb-info,#sb-info-inner { height: 20px;
	line-height: 20px;
	position: relative;
}

#sb-nav a {	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 2000;
	-webkit-tap-highlight-color: rgba(200,0,0,0.0);
}

#sb-nav a:hover { opacity: 1;	
}

#sb-nav-close { background-repeat: no-repeat;
	position: fixed;
	top: 15px;
	width: 32px;
	height: 32px;
	background-position: center;
	z-index: 12500;
	right: 15px;
}

#sb-nav-close span{ background-image: url(close.png);
	border-radius: 3px;
	background-repeat: no-repeat;
	background-color: gainsboro;
	width: 32px;
	height: 32px;
	background-position: center;
	z-index: 12500;
	opacity: 0.4;
	position: absolute;
	top: 0;
}

#sb-nav-close:hover span {	opacity: 1;
	background-image: url(close_neg.png);
	background-color: black;
}

#sb-nav-next { right: 0px;
}

#sb-nav-previous { left: 0px;
}

#sb-nav-next span{ background-image: url(next.png);
  right: 0;
}

#sb-nav-previous span{ background-image: url(previous.png);
  left: 0;  
}
#sb-nav a span{ display: block !important;
	cursor: pointer;
	opacity: 1;	
	position: absolute;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -25px;  
	filter: alpha(opacity = 15);
	opacity: 0.15;
}

#sb-nav a:hover span{ filter: alpha(opacity = 100);
  opacity: 1;
}

#sb-nav-play { background-image: url(play.png);
}

#sb-nav-pause { background-image: url(pause.png);
}

#sb-counter { position: absolute;
	width: 65px;
	text-align: center !important;
	padding-right: 2px;
	bottom: -7px;
	padding-bottom: 10px;
	right: 0;
	padding-top: 6px;
}

#sb-counter a { background-color: black;
	border-radius: 20px;
	width: 7px;
	height: 7px;
	overflow: hidden;
	opacity: 0.15;
	text-indent: 100px !important;
	margin-right: 3px;
	margin-left: 3px;
	display: inline-block;
	padding: 0 !important;
  	-webkit-transition-property: all;
	-webkit-transition-duration: 0.125s;
	-webkit-transition-timing: ease-in-out;
}

#sb-counter a.sb-counter-current { opacity: 1;}

div.sb-message { padding: 10px;
	text-align: center;
}

div.sb-message a:link,div.sb-message a:visited { color: #fff;
	text-decoration: underline;
}