div#feature_list {
	width: 950px;
	height: 360px;
	overflow: hidden;
	position: relative;
	background: url('bg_jquery_streger.gif');

}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	right: 0;
	z-index: 2;
	width: 310px;
}
		
ul#tabs li .teasertekst{
	padding: 15px 15px 0px 60px;
	border: none;
	float: left;
	margin: 0px;
}


ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 0px;
	height: 90px;
	outline: none;
}

ul#tabs li a:hover {
	text-decoration: underline;
}

ul#tabs li a.current {
	background: url('Ciff_jquery_bg.jpg');
	background-repeat:  no-repeat;
	color: #FFF;
}


ul#tabs li a.current .h1 {
	color: #FFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	left: 0;
	width: 640px;
	height: 360px;
	position: absolute;
	z-index: 0;
	overflow: hidden;
}

ul#output li {
	position: absolute;
	width: 640px;
	height: 360px;
}


