#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;
}
#sb-wrapper-inner {
	box-sizing: content-box;
	position:relative;
	z-index: 10;
	background: #fff;
	border: none;
	-webkit-box-shadow: 0 5px 10px 0 rgba(255,0,0,0.5);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
	padding: 30px 50px;
}
#sb-body {
	position:relative;
	height:100%;
	width:100%;
	background-color: #fff;
	z-index: 10;
}
#sb-body-inner {
	position:absolute;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
}
#sb-body-inner img {
	border:none;
}
#sb-player.html {
	height:100%;
	overflow:auto;
}
#sb-loading {
	position:relative;
	height:100%;
	width:100%;
	background-color: #fff;
	z-index: 20;
}
#sb-loading-inner {
	position:absolute;
	height:100%;
	top: 0;
	left: 0;
	width:100%;
	text-align:center;
	background: url(/wp-content/themes/twentytwelve/css/loading.gif) center center no-repeat;
}
#sb-loading-inner span {
	display:none;
}
#sb-title {
	display: none;
}
#sb-title-inner {

}
#sb-info {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	line-height: 0;
	top: 0;
	left: 0;
	z-index: 20;
}
#sb-info-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	line-height: 0;
	top: 0;
	left: 0;
	margin-top: 0 !important;
}
#sb-nav {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0;
}
#sb-nav a {
	float: none;
	margin: 0;
	opacity: 0.5;
	position: absolute;

	-webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s ;
    -ms-transition: all 0.2s ;
    -o-transition: all 0.2s ;
    transition: all 0.2s ;
}
#sb-nav a:hover {
	opacity: 1;
}
#sb-nav-close {
	background-image: url(/wp-content/themes/twentytwelve/css/close.png);
	background-position: right+7px top+7px;
	background-repeat: no-repeat;
	background-size: 12px 13px;
	width: 100%;
	height: 55px;
	left: 0;
	top: 0;
	z-index: 20;
}
#sb-nav-next {
	background-image: url(/wp-content/themes/twentytwelve/css/arrow-next.png);
	background-position: right+18px center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	width: 70%;
	height: 100%;
	z-index: 10;
	top: 0;
	right: 0;
}
#sb-nav-previous {
	background-image: url(/wp-content/themes/twentytwelve/css/arrow-previous.png);
	background-position: left+18px center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	width: 30%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
}
#sb-nav-play {
	display: none;
}
#sb-nav-pause {
	display: none;
}
#sb-counter {
	display: none;
}
#sb-counter a {

}
#sb-counter a.sb-counter-current {

}
div.sb-message {
	display: none;
}
div.sb-message a:link, div.sb-message a:visited {

}