@import url(/themes/fonts/opensans/OpenSans.css);

.superslider {
	width: 950px;
	height: 370px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.superslider .contentarea { z-index: 12; background: #bbb; position: absolute; top: 0; left: 0; overflow: hidden; }
.superslider .panelsWrapper { height: 100%; position: absolute; top: 0; left: 0; }
.superslider .contentarea .panelsWrapper .panel { background: #bbb; }
.superslider .contentarea .panelsWrapper .activePanel { display: block !important; }

.superslider .slideDesc { position: absolute; top: 0; left: 384px; }
.superslider .slideDesc .slideTitle { font-size: 18px; font-weight: bold; color: #ddd; }
.superslider .slideDesc .slideText { color: #ddd; }
.superslider .slideDesc .slideText h1 {
	margin-top: 64px;
	font-family: OpenSansLight, sans-serif, arial, verdana;
	font-weight: normal;
	font-size: 36px;
	color: #264970;
	line-height: 1em;
	letter-spacing: -3px;
}
.superslider .slideDesc .slideText h1 strong {
	font-family: OpenSansBold, sans-serif, arial, verdana;
	font-weight: bold;
	font-size: 36px;
	color: #264970;
	display: block;
}
.superslider .slideDesc .slideText p {
	font-family: georgia, times new roman, arial;
	color: #8b8989;
	font-size: 18px;
	font-style: italic;
	line-height: 1.7em;
	width: 500px;
}
.superslider .slideDesc .slideText ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1px;
	right: -30px;
}
.superslider .slideDesc .slideText ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
.superslider .slideDesc .slideText ul li a {
	display: block;
	padding: 2px 16px;
	background: #f2f2f2;
	color: #000;
}
.superslider .slideDesc .slideText ul li a.open {
	background: #fff;
}

.superslider .slideDesc .slideLink {  }
.superslider .slideDesc .slideLink a { 
	color: #38587c;
	display: block; 
	font-family: georgia, times new roman, arial;
	font-size: 18px;
	font-style: italic;
	line-height: 1.7em;
	text-decoration: none;
	background: url(pics/jsbanner_link_bg.jpg) no-repeat 500px 280px;
	line-height: 32px;
	width: 511px;
	height: 60px;
	position: absolute;
	top: 29px;
	left: -329px;
	padding-top: 280px;
	padding-left: 329px;
}

.superslider .start-stop,
.superslider .pager,
.superslider .arrow span { 
	display: none;
}
.superslider .arrow { 
	z-index: 66; 
	position: absolute; 
	top: 114px;
	width: 47px;
	height: 93px;
	cursor: pointer;
}
.superslider .supersliderContent .prev {
	left: 0;
	background: url(pics/jsbanner_arrow_left.jpg) no-repeat top left;
}
.superslider .supersliderContent .next {
	right: 0;
	background: url(pics/jsbanner_arrow_right.jpg) no-repeat top left;
}