#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: 2147483647;
	text-align: left;
	visibility: hidden;
	display: none;
	border: 10px solid #002d60;
}
#sb-overlay {
	background: rgba(22, 22, 22, 0.8) none repeat scroll 0 0 !important;
	height: 100%;
	position: relative;
	width: 100%;
}
#sb-wrapper {
	position: absolute;
	visibility: hidden;
	width: 100%;
	max-width: 1200px;
}
#sb-wrapper-inner {
	position: relative;
	overflow: hidden;
	height: 100px;
	border: 5px solid #fff;
}
#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: 24px;
	height: 24px;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	text-align: center;
}
#sb-loading-inner span {
	background: url(../images/loading.png) no-repeat;
	padding-left: 34px;
	display: inline-block;
	text-indent: -9999px;
}
#sb-body, #sb-loading {
	background-color: #fff;
}
#sb-title, #sb-info {
	position: relative;
	margin: 0;
	padding: 0;
}
#sb-title, #sb-title-inner {
	height: 26px;
	line-height: 26px;
}
#sb-title-inner {
	font-size: 16px;
}
#sb-info, #sb-info-inner {
	height: 61px;
	line-height: 20px;
	position: absolute;
	right: 0;
	top: -8px;
	width: 100%;
}
#sb-info-inner {
	margin-top: 0px !important;
}
#sb-nav {
	float: right;
	height: 57px;
	padding: 2px 0;
	width: 100%;
}
#sb-nav a {
	display: block;
	float: right;
	height: 57px;
	width: 57px;
	margin-left: 3px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	transition: 0s;
	-moz-transition: 0s;
	-webkit-transition: 0s;
	-o-transition: 0s;
	outline: none !important;
}
#sb-nav-close {
	background-image: url(../images/close.png);
	height: 57px !important;
	width: 57px;
	padding: 10px;
}
#sb-nav-close:hover {
	border: solid 1px #fff;
}
#sb-nav-next {
	background: url(../images/rightimage.png) no-repeat center center;
}
#sb-nav-previous {
	background: url(../images/leftimage.png) no-repeat center center;
}
#sb-nav-next:hover {
	border: solid 1px #d90000;
}
#sb-nav-previous:hover {
	border: solid 1px #d90000;
}
#sb-nav-play {
}
#sb-nav-pause {
}
#sb-counter {
	float: left;
	width: 45%;
	display: none;
}
#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: 10px;
	text-align: center;
}
div.sb-message a:link, div.sb-message a:visited {
	color: #fff;
	text-decoration: underline;
}
