div#feature_list {        width: 600px;        height: 170px;        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: 210px;}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:370px;   position: absolute;     bottom: -60px;      right: 8px;    padding:5px;  font-size: 12px;  font-weight: bold;background-color:#000;      color:#fff;    opacity:0.75;-moz-opacity: 0.75;      filter: alpha(opacity=75);}ul#output li a:hover{    background: #336AA1;    }
