#sb-container,#sb-wrapper{
	text-align:left;
}

#sb-container,#sb-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	margin:0;
	padding:0;
}

#sb-container{
	height:100%;
	display:none;
	visibility:hidden;
	z-index:999;
}

body>#sb-container {
	position:fixed;
}

#sb-overlay{
	height:expression(document.documentElement.clientHeight+'px');
}

#sb-container>#sb-overlay{
	height:100%;
}

#sb-wrapper{
	position:relative;
}

#sb-wrapper img{
	border:none;
}

#sb-body {
	position:relative;
	margin:0;
	padding:0;
	overflow: hidden;
}

#sb-body-inner {
	position:relative;
	height:100%;
}

#sb-content.html{
	height:100%;
}

#sb-loading{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:10px;
}

#sb-title,#sb-info{
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
}

#sb-title{
	background-color:#000;
}

#sb-title-inner,#sb-info-inner{
	position:relative;
	font-family:Arial;
	line-height:18px;
}

#sb-title,#sb-title-inner{
	height:0;
}

#sb-title-inner{
	font-size:18px;
	padding:0 0 0 20px;
	color:#fff;
	line-height:50px;
	float: left;
	text-indent: -99999px;
}

#sb-info,#sb-info-inner{
	height: 50px;
}

#sb-info {
	width: 175px;
	position: absolute;
	bottom: 35px;
	right: 50px;
}

#sb-info-inner{
	font-size:12px;
	position: relative;
}

#sb-nav{
	float:right;
	width:80px;
}

#sb-nav a{
	display:block;
	width:28px;
	height:45px;
	margin-left:3px;
	float:right;
	cursor:pointer;
}

#sb-nav-close{
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 9999;
}

a#sb-nav-close {
	display:block;
	height:18px;
	width:18px;
	background-repeat:no-repeat;
}

#sb-nav-next{
	background-image:url(../files/image/button-popup-next.png);
	background-repeat:no-repeat;
}

#sb-nav-previous{
	background-image: url(../files/image/button-popup-prev.png);
	background-repeat: no-repeat;
}

#sb-nav-next.photo, #sb-nav-previous.photo {
	width: 70px;
	height: 105px;
	position: absolute;
}

#sb-nav-next.photo {
	background-image: url(../files/image/button-popup-next-large.png);
}

#sb-nav-previous.photo {
	background-image: url(../files/image/button-popup-prev-large.png);
	left: 5px;
}

#sb-nav-play{
	background-image:url(resources/play.png);
	background-repeat:no-repeat;
}

#sb-nav-pause{
	background-image:url(resources/pause.png);
	background-repeat:no-repeat;
}

#sb-counter{
	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-family:'Lucida Grande',Tahoma,sans-serif;
	font-size:12px;
	padding:10px;
	text-align:center;
}

div.sb-message a:link,div.sb-message a:visited{
	color:#fff;
	text-decoration:underline;
}

#sb-tl {
background-image: url(resources/corner-tl.png);
background-repeat: no-repeat;
height: 90px;
width: 12px;
}

#sb-tc {
	background-color: #000;
	position: relative;
	background-image: url(resources/title.png);
	background-repeat: no-repeat;
	background-position: 30px 30px;
}

#sb-tr {
background-image: url(resources/corner-tr.png);
background-repeat: no-repeat;
height: 90px;
width: 12px;
}

#sb-cl {
background-color: #fff;
width: 12px;
}

#sb-cc {
background-color: #fff;
}

#sb-cr {
background-color: #fff;
width: 12px;
}

#sb-bl {
background-image: url(resources/corner-bl.png);
background-repeat: no-repeat;
height: 12px;
width: 12px;
}

#sb-bc {
background-color: #fff;
height: 12px;
}

#sb-br {
background-image: url(resources/corner-br.png);
background-repeat: no-repeat;
height: 12px;
width: 12px;
}

#sb-close{
}

a#sb-close {
	background-image:url(resources/close-iio.png);
	background-repeat:no-repeat;
	display:block;
	height:18px;
	width:18px;
	margin-top: 15px;
}

a:hover#sb-close {
	background-image:url(resources/close-iio-on.png);
}
