#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {}
#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 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #E3E5EC;
	background-color: #FFF;
	position: absolute;
	visibility: hidden;
	width: 100px;
}
#sb-wrapper-inner {
	position: relative;
	overflow: hidden;
	height: 100px;
}
#sb-body {
	background-color: #FFF;
	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 {
	background-color: #E3E5EC;
	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/shadowbox_loader.gif") no-repeat;
	display: inline-block;
	height: 0;
	overflow: hidden;
	padding-top: 48px;
	width: 48px;
}
#sb-title, #sb-info {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#sb-title, #sb-title-inner {
	height: 50px;
}
#sb-title-inner {
	color: #332E7B;
	font: 20px Helvetica, Arial, sans-serif;
	line-height: 50px;
}
#sb-wrapper-inner, #sb-title, #sb-info {
	margin: 0 10px;	
}
#sb-info, #sb-info-inner {
	height: 40px;
}
#sb-info-inner {
	font-size: 12px;
	line-height: 40px;
}
#sb-nav {
	float: right;
	height: 40px;
	padding: 12px 0;
}
#sb-nav a {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	margin-left: 5px;
	cursor: pointer;
	background-repeat: no-repeat;
}
#sb-nav-close {
	background-image: url("/images/shadowbox_close.gif");
	margin-left: 25px !important;
	width: 58px !important;
}
#sb-nav-next {
	background-image: url("/images/shadowbox_next.gif");
	width: 47px !important;
}
#sb-nav-previous {
	background-image: url("/images/shadowbox_previous.gif");
	width: 75px !important;
}
#sb-nav-play {
	background-image: url("play.png");
}
#sb-nav-pause {
	background-image: url("pause.png");
}
#sb-counter {
	float: left;
}
#sb-counter a {
	display: inline-block;
	line-height: 20px;
	margin-top: 10px;
	padding: 0 5px;
	text-decoration: none;
	cursor: pointer;
}
#sb-counter a.sb-counter-current {
	font-weight: bold;
}
div.sb-message {
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
div.sb-message a:link, div.sb-message a:visited {
	text-decoration: underline;
}
