/* STYLE CARROUSSEL */

div#feature_list {
	width: 840px;
	height: 300px;
	overflow: hidden;
	position: relative;
	border: 1px solid black;
	line-height: 1.6;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	right: 0;
	z-index: 2;
	width: 330px;
	height: 300px;
}

ul#tabs li {
	font-size: 18px;
	text-align: right;
	background: url('../img/feature-tab.png') top center no-repeat;
	color: #FFF;
	height: 75px;
}

ul#tabs li h3 {
	margin: 0 10px;
	padding: 0;
	font-size: 30px;
	text-shadow: #444753 -2px -2px 0px;
	font-weight: normal;
}

ul#tabs li a {
	color: #FFF;
	text-decoration: none;	
	display: block;
	outline: none;
}

ul#tabs li a span {
	color: #cccccc;
	margin-right: 10px;
}

ul#tabs li a.current {
	background:  url('../img/feature-tab-current.png') top center no-repeat;
	color: #FFF;
}
ul#tabs li a.current span {
	color: #07394f;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	left: 0;
	width: 520px;
	height: 300px;
	position: relative;
}

ul#output li {
	position: absolute;
	width: 520px;
	height: 300px;
}

ul#output li a {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 14px;
	color: #FFF;
	text-shadow: #444753 -1px -1px 0px;
	background: #519CBA;
	-moz-border-radius: 5px;
/*	opacity: 0.8;	*/
}

ul#output li a:hover {
	background: #D33431;
}
