div#feature_list {

        width: 600px;

        height: 160px;

        overflow: hidden;

        position: relative;

}



div#feature_list ul {

        position: absolute;

        top: 0;

        list-style: none;

        padding: 0;

        margin: 0;

        height:100px;

}



ul#tabs {

        left: 0;

        z-index: 2;

        width: 200px;

}



ul#tabs li {

        font-size: 12px;

        font-family: Arial;

        height:55px;

}



ul#tabs li img {

    

        

}



ul#tabs li a {

        color: #222;

        text-decoration: none;

        display: block;

        padding: 5px;

        height: auto;

        outline: none;

        text-decoration:none;

}



ul#tabs li a:hover {

        text-decoration: underline;

        text-decoration:none;

}



ul#tabs li a.current {

        background-color:#000;

        height:50px;

        color: #FFF;

        text-decoration:none;

}



ul#tabs li a.current:hover {

        text-decoration: none;

        cursor: default;

        text-decoration:none;

}



ul#output {

        right: 0;

        width: 520px;

        

}



ul#output li {

        width: 260px;

 }



ul#output li a {
	width:383px;
	position: absolute;
	bottom: -55px;
	padding:1px;
	color:#fff;
	font-size: 12px;
        font-weight: bolder;
	background-color: #000;
	background-repeat: repeat;
	right: 2px;
}



ul#output li a:hover{

    

}

