div#feature_list {
	width: 640px;
	height: 250px;
	overflow: hidden;
	position: relative;
	text-shadow:none;
	color:#fff;
}
div#feature_list ul {
	position: absolute;
	top: 0px;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 250px;
	height:350px;
}
ul#tabs li {
	margin-bottom : 7px;
	font-size: 12px;
	color:#ffffff;
}

ul#tabs li:last-child {
	margin-bottom : 0px;
	font-size: 12px;
	color:#ffffff;
}
		
ul#tabs li img {
	border: none;
	float: left;
	margin-top : 10px;
	margin-left : 10px;
}
ul#tabs li a {
	color: #ffffff;
	display: block;
	height: 79px;
	outline: none;
	background : #2187e2;
}
ul#tabs li a:hover {
	background:  #80bbf1;
	position:relative;
}
ul#tabs li a.current {
	width: 280px;
	background:  url('../images/blue_arrow.png') no-repeat;
	text-shadow:none !important;
}


ul#tabs li a.current:hover {
	text-decoration: underline;
	cursor: default;
	bottom:0px;
	cursor : pointer;
}

ul#tabs li a.current:hover .ls-descr {
	text-decoration: underline;

}

ul#output {
	right: 0;
	width: 390px;
	height: 250px;
	position: relative;
}
ul#output li {
	position: absolute;
	width: 389px;
	height: 250px;
	margin:0px;
	cursor : pointer;
}

.ls-descr {
	float : left;
	width : 160px;
	margin-left : 10px;
	margin-top : 10px;
	line-height : 1.3;
	font-family: 'OpenSansSemibold', sans-serif;
	font-size : 14px;
	color : #ffffff;
}
ul#output li a {
position: absolute;
bottom: 1px;
right: 10px;
padding: 8px 12px;
text-decoration: none;
font-size: 18px;
color: #fff;
background: #000;
-moz-border-radius: 5px;

}