#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
	color: #333;
	font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 200;
}

#sb-container {
	display:none;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	text-align:left;
	top: 0;
	visibility:hidden;
	z-index: 999;
}

#sb-overlay {
	height: 100%;
	position: relative;
	width: 100%;
}
body.portrait.touch.mobile #sb-overlay {
	padding-top: 35px;
	padding-bottom: 75px;
}

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

#sb-wrapper-inner {
	border: 0px solid #fff;
	height: 100px;
	overflow: hidden;
	padding: 10px 10px 8px 10px;
	position: relative;
}

#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 {
	height: 100%;
	position: relative;
}

#sb-loading-inner {
	background: url('/library/jquery/plugins/shadowbox/images/loadingbg.png') no-repeat center center;
	font-size: 14px;
	height: 52px;
	line-height: 52px;
	margin-top: -12px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}

#sb-loading-inner span {
	background: url('/library/jquery/plugins/shadowbox/images/loading.gif') no-repeat;
	display: inline-block;
	height: 32px;
	margin-top: 10px;
	width: 32px;
}

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

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

#sb-title {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	width: 85%;
}
.tablet #sb-title {
	width: 75%;
}
.smartphone #sb-title {
	display: none;
}

#sb-title-inner {
	font-size: 14px;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

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

#sb-info-inner {
	font-size: 12px;
}

#sb-previous, #sb-next {
	background: url('/library/jquery/plugins/shadowbox/images/prevnext.gif') left 14% no-repeat; 
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0px;
	position: absolute;
	width: 45%;
	z-index: 1001;
}
#sb-next {
	background-position: right 14%; 
	left: auto;
	right: 0px;
}

#sb-nav {
	background: #fff;
	bottom: 5px;
	height: 16px;
	line-height: 16px;
	margin-right: 10px;
	padding: 0px 0px 0px 5px;
	position: absolute;
	right: 0px;
	width: 116px;
	z-index: 1000;
}

#sb-nav a {
	background-image: url('/library/jquery/plugins/shadowbox/images/controls.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: right;
	height: 16px;
	margin-left: 3px;
	width: 16px;
}

#sb-nav-close {
	background-position: left top;
}

#sb-nav-next {
	background-position: -64px top;
	margin-right: 10px;
}

#sb-nav-previous {
	background-position: -16px top;
}

#sb-nav-play {
	background-position: -32px top;
}

#sb-nav-pause {
	background-position: -48px top;
}

#sb-nav-expand {
	background-position: -80px top;
}

#sb-counter {
	float: left;
	margin: 0px 50px 0px 10px;
}

#sb-counter a, #sb-counter a:link, #sb-counter a:visited {
	color: #444;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 16px;
	margin-right: 2px;
	text-align: center;
	text-decoration: none;
	width: 16px;
}

#sb-counter a.sb-counter-current, #sb-counter a.sb-counter-current:link, #sb-counter a.sb-counter-current:visited, #sb-counter a:hover, #sb-counter a:active {
	 background-color: #444;
	 color: #fff;
	 text-decoration: none; 
}

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;
}