div.sb-message{
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

div.sb-message a:link,div.sb-message a:visited{
	color: #fff;
	text-decoration: underline;
}

#sb-body{
	position: relative;
	height: 100%;
}

#sb-body img{
	border: none;
}

#sb-body,#sb-loading{
	background-color: #060606;
}

#sb-body-inner{
	position: absolute;
	height: 100%;
	width: 100%;
}

#sb-container{
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 999;
	text-align: left;
	visibility: hidden;
	display: none;
}

#sb-counter{
	/*float: left;
	width: 45%;
	*/
	width: 100%;
	 position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    background-color: black;
    color: #FFF;
    /*border: 1px solid lime;*/
}

#sb-counter a{
	padding: 0 4px 0 0;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}

#sb-counter a.sb-counter-current{
	text-decoration: underline;
}

#sb-info,#sb-info-inner{
	height: 32px;
/*	line-height: 32px;*/
}

#sb-info-inner{
	font-size: 12px;
}

#sb-loading{
	position: relative;
	height: 100%;
}

#sb-loading-inner{
	position: absolute;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	text-align: center;
}

#sb-loading-inner span{
	background: url(img/loading.gif) no-repeat;
	padding-left: 34px;
	display: inline-block;
}

#sb-nav{
	float: right;
	height: 16px;
	padding: 2px 0;
	width: 45%;
}

#sb-nav a{
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
	opacity: .5;
	padding: 15px;
}

#sb-nav-close{
	background-image: url(img/close.png);
}
#sb-nav-next{
	/*background-image: url(../cycle/img/bg_direction_nav.png);*/
}
#sb-nav-pause{
	background-image: url(img/pause.png);
}
#sb-nav-play{
	background-image: url(img/play.png);
}
#sb-nav-previous{
	/*background-image: url(../cycle/img/bg_direction_nav.png);*/
}

#sb-nav a#sb-nav-next{
	background-image: url(../cycle/img/bg_direction_nav.png);
	background-position: right;
	position: absolute;
	top: 48%;
	right: 10px;
	z-index: 999;
}
#sb-nav a#sb-nav-previous{
	position: absolute;
	background-image: url(../cycle/img/bg_direction_nav.png);
	background-position: left;
	top: 48%;
	left: 0;
	z-index: 999;
}
#sb-nav a#sb-nav-close{
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 999;
	color: White;
}



#sb-overlay{
	position: relative;
	height: 100%;
	width: 100%;
}

#sb-player.html{
	height: 100%;
	overflow: auto;
}

#sb-title, #sb-info{
	/*position: relative;*/
	margin: 0;
	padding: 0;
	overflow: hidden;	
	background-color: #000;
	padding: 2px 4px;
}

#sb-title,#sb-title-inner{
	/*height: 26px;
	line-height: 26px;*/
	height: auto; /*sarebbe ottimale ma forse non funziona da alcune parti*/ 
	line-height: 1.2;
}

#sb-title-inner{
	font-size: 16px;	
	padding: 4px 0;
	font-weight: bold;
	
	 position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    background-color: black;
    color: #FFF;
/*    border: 1px solid fuchsia;*/
}

#sb-title-inner span{
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
}



#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{
	font-family: "HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
	/*font-weight: 200;*/
	color: #fff;
}

#sb-wrapper{
	position: absolute;
	visibility: hidden;
	width: 100px;
}

#sb-wrapper-inner{
	position: relative;
	border: 1px solid black;
	overflow: hidden;
	height: 100px;
}