#sb-nav a {color:#fff;font-size:11px;}
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:6000003;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;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;-ms-user-select: none;-moz-user-select: -moz-none;-khtml-user-select: none;-webkit-user-select: none;user-select: none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:11px;font-weight: normal;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{/*background:url(loading.gif) no-repeat;padding-left:34px;*/display:inline-block;}
#sb-body,#sb-loading{/*background-color: #0A0A0A;*/}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;-ms-user-select: none;-moz-user-select: -moz-none;-khtml-user-select: none;-webkit-user-select: none;user-select: none;}
#sb-title,#sb-title-inner{max-height:100px;line-height:14px; text-align:left; padding:5px 0 0 2px;}
#sb-title-inner{font-size:11px;font-weight:normal;}
#sb-info,#sb-info-inner{height:25px;line-height:20px;}
#sb-info-inner{
	font-size:11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	-moz-opacity:.70;
	filter:alpha(opacity=70);
	opacity:.70;
}
#sb-nav{float:right;height:25px;padding:0px;width:45%; position:absolute; right:0px; z-index:1000;
	font-size:11px;
	-moz-opacity:.70;
	filter:alpha(opacity=70);
	opacity:.70;
	-ms-user-select: none;-moz-user-select: -moz-none;-khtml-user-select: none;-webkit-user-select: none;user-select: none;
}
#sb-nav a{
	display:block;
	float:right;
	cursor:pointer;
	background-repeat:no-repeat;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	text-decoration: none;
	-ms-user-select: none;-moz-user-select: -moz-none;-khtml-user-select: none;-webkit-user-select: none;user-select: none;
}
#sb-nav a:hover{
	display:block;
	float:right;
	cursor:pointer;
	background-repeat:no-repeat;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	text-decoration: underline;
	-ms-user-select: none;-moz-user-select: -moz-none;-khtml-user-select: none;-webkit-user-select: none;user-select: none;
}
#sb-nav-next{
	position: fixed;
	top: 0px;
	right: 0px;
	width:50%;
	height:100%;
	cursor:pointer;
	-moz-opacity:.0;
	filter:alpha(opacity=0);
	opacity:.0;	
	-webkit-transition: all 0.45s ease;
	-moz-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	transition: all 0.45s ease;		
	-ms-user-select: none;-moz-user-select: -moz-none;-khtml-user-select: none;-webkit-user-select: none;user-select: none;
	text-decoration:none;
	padding:0;
}

#sb-nav-previous{
	position: fixed;
	top: 0px;
	left: 0px;
	width:50%;
	height:100%;
	cursor:pointer;
	-moz-opacity:.0;
	filter:alpha(opacity=0);
	opacity:.0;		
	-webkit-transition: all 0.45s ease;
	-moz-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	transition: all 0.45s ease;	
	-ms-user-select: none;-moz-user-select: -moz-none;-khtml-user-select: none;-webkit-user-select: none;user-select: none;
	text-decoration:none;
	padding:0;
}

#sb-nav-next:hover{
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
	padding-right:20px;	
}
#sb-nav-previous:hover{
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
	padding-left:20px;
}

#sb-nav-next::before
{
	/*content:"\25BA";*/
	content:"\203A";
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#sb-nav-previous::before
{
	/*content:"\25C4";*/
	content:"\2039";	
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#sb-counter{float:left;width:45%; font-size:11px;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{text-decoration:underline;}
#sb-title{
	/*position:fixed;
	bottom:.5em;
	left:1em;
	right:1em;*/
	margin:auto; 
	text-align:center;
}
#sb-title-inner{
}

#sb-title-inner a
{
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;
	display:block;
	text-decoration: none;
}

#sb-title-inner a:hover
{
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	color: #F90;
	display:block;
	text-decoration: underline;
}