div#feature_list
{
	position: 		relative;
	width: 			960px;
	height: 		260px;
	font-family:	'DINRegular', Arial, sans-serif;
	overflow: 		hidden;
}

ul#output
{
	position: 		relative;
	padding:		0;
	margin:			0;
	list-style:		none;
	width: 			960px;
	height: 		260px;
	overflow: 		hidden;
}

ul#output li.panel
{
	padding:		0;
	margin:			0;
	list-style:		none;
	width: 			960px;
	height: 		260px;
}

ul#output .slidercontent
{
	position: 		absolute;
	top: 			25px;
	left: 			350px;
	width:			280px;
	text-decoration: none;
	font-size: 		12px;
	color: 			#002d64;
}

ul#output .slidercontent ul,
ul#output .slidercontent ul li
{
	margin:			0;
	padding:		0;
	border:			0;
	outline:		0;
	font-weight:	inherit;
	font-style:		inherit;
	font-size:		1em;
	font-family:	inherit;
	font-variant:	inherit;
	vertical-align: baseline;
	text-decoration:none;
	white-space:	normal;
}

ul#output .slidercontent ul
{
	margin:			12px 0 12px 15px;
	list-style:		disc outside;
}

.slidercontent .h1
{
	display:		block;
	margin-bottom:	5px;
	font-size:		18px !important;
	line-height:	20px;
	font-family:	'DINCond-BoldBold', Arial, sans-serif;
}

ul#tabs
{
	position:		absolute;
	padding:		0 0 0 38px !important;
	margin:			0;
	list-style:		none;
	right: 			0;
	z-index: 		3;
	width: 			290px;
	height:			260px;
	background-image: 		url(../images/home-slider-nav.png);
	background-repeat:		no-repeat;
	background-position: 	right top;
}

ul#tabs li
{
	margin:		0;
	padding:	0;
}

ul#tabs li.first
{
	margin-top:				8px;
	background-image: 		url(../images/home-slider-li.gif);
	background-repeat: 		no-repeat;
	background-position: 	right top;	
}

ul#tabs li a
{
	width:				260px;
	color: 				#002d64;
	text-decoration: 	none;
	display: 			block;
	padding: 			9px 0 0 30px;
	height: 			52px;
	outline: 			none;
	background-image: 	url(../images/home-slider-tab.png);
	background-repeat: 	no-repeat;
	background-position: right top;
	font-size: 			13px !important;
}

ul#tabs li a.current
{
	background-position: 	right bottom;
}

ul#tabs li a.current:hover
{
	text-decoration: 		none;
	cursor: 				default;
}

ul#tabs li a span.h3
{
	display:		block;
	font-family:	'DINCond-BoldBold', Arial, sans-serif;
	font-size: 		15px !important;
}