#regForm {
	display:block;
z-index:1;
}
#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-container {
	position:fixed;
	margin:0;
	padding:0;
	top:0;
	left:0;
	z-index:999;
	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;
	/* [disabled]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;
}
#sb-loading {
	position:relative;
	height:100%;
}

#sb-loading-inner {
	position:absolute;
	font-size:14px;
	line-height:36px;
	height:36px;
	top:50%;
	width:100%;
	text-align:center;
}

#sb-loading-inner span {
	padding-left:34px;
	display:inline-block;
	background-image: url(../../loading2.gif);
	background-repeat: no-repeat;
	background-color: #999;
}
#sb-body, #sb-loading {
	/* [disabled]background-color: #000; */
	
}
#sb-title {
}

#sb-title, #sb-info {
	position:relative;
	padding:0;
	overflow:hidden;
}
#sb-title, #sb-title-inner {
	/* [disabled]height:26px;
*/
	/* [disabled]line-height:26px;
*/

}
#sb-title-inner {
	font-size:16px;
}

#sb-info {
	margin-top:50px;
	margin-bottom:-50px;
	
}

#sb-info, #sb-info-inner {
	/* [disabled]height:57px;
*/
	/* [disabled]line-height:57px;
*/

	z-index:10;
}
#sb-info-inner {
	font-size:11px;
}

#sb-nav {
	float:right;
	width:45%;
}

#sb-nav a {
	display:block;
	float:right;
	line-height:25px;
	height:25px;
	width:100px;
	cursor:pointer;
}
#sb-nav-close {

	width: 49%;
	height: 100%;  /* Trick IE into showing hover */
	display: block;
}

#sb-nav-next {

	width: 49%;
	height: 100%;  /* Trick IE into showing hover */
	display: block;
}

#sb-nav-previous {

	width: 49%;
	height: 100%;
	display: block;
}

#sb-nav-play {

	width: 49%;
	height: 100%;  /* Trick IE into showing hover */
	display: block;
}

#sb-nav-pause {

	width: 49%;
	height: 100%;  /* Trick IE into showing hover */
	display: block;
	background-repeat: no-repeat;
}

#sb-counter {
	float:left;
	width:45%;
	height:30px;
	line-height:30px;
}

#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-size:12px;
	padding:0px;
	text-align:center;
	height:30px;
	line-height:30px;
}
div.sb-message a:link, div.sb-message a:visited {
	color:#fff;
	text-decoration:none;
}
