#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
{
	background-color:#072A60; 
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
	padding-top:30px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:55px;
	border:1px solid #666666;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

#sb-body #getAQuote {float:right; margin-top:12px; margin-right:-5px; }

#sb-body #getAQuote a img{border:1px solid #FFF;}

#sb-body #getAQuote a:hover img{opacity:0.70; filter: alpha(opacity = 70);}

#sb-body img 
{
	border:2px solid #FFF;
}

#sb-body-inner
{
	position:relative;
	height:100%;
}

#sb-content.html
{
	height:100%;
	overflow:auto; 
}

#sb-loading
{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	margin-top:-30px;
	background-image:url(/img/loading.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:50%;
	left:50%;
}
#sb-loading a
{
	display:none
} 



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


#sb-title-inner
{

	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	position:absolute;
	height:20px;
	padding-left:40px;
	top:27px;
	z-index:3;
}


#closeWindow
{
	position:absolute;
	height:20px;
	right:1px;
	top:27px;
	z-index:3;
	cursor:pointer;
}

#sb-info-inner
{
	position:absolute;
	left:0px;
	top:50%;
	height:36px;
	width:100%;
	font-size:12px;
	color:#fff;
}

#sb-nav
{
	height:36px;
	margin-top:-30px;
	padding:0px 0;
	width:100%;
}
#sb-nav a
{
	display:block;
	cursor:pointer;
}


#sb-nav-close 
{
	background-image:url(/img/close.gif);
	background-repeat:no-repeat;
	width:49px;
	height:19px;
	display:none
}

a#sb-nav-close
{
	display:none
}


#sb-nav-next
{
	background-image:url(/img/next.png);
	background-repeat:no-repeat;
	float:right;
	width:36px;
	height:36px;

}
#sb-nav-previous
{
	background-image:url(/img/previous.png);
	background-repeat:no-repeat;
	float:left;
	width:36px;
	height:36px;
}
#sb-nav-play
{
	background-image:url(/img/play.png);
	background-repeat:no-repeat;
}
#sb-nav-pause
{
	background-image:url(/img/pause.png);
	background-repeat:no-repeat;
}
#sb-counter
{
	float:left;
	padding:2px 0;
	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-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;
}
