div#feature_list h3 {
    margin: 0;  
    padding: 7px 0 0 0;
    font-size: 12px;
    color: #fff;
}

div#feature_list {
    width: 750px;
    height: 240px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

div#feature_list ul {
    position: absolute;
    top: 0;
    list-style: none;   
    padding: 0;
    margin: 0;
    background:  url('/img/slider_bg2.jpg') no-repeat;
}

ul#tabs {
    left: 0;
    z-index: 2;
    width: 210px;
}

ul#tabs li {
    font-size: 12px;
    font-family: Arial;
}
ul#tabs li img {
    padding: 5px;
    border: none;
    float: left;
    margin: 10px 10px 0 0;
}

ul#tabs li a {
    color: #222;
    text-decoration: none;  
    display: block;
    padding: 15px 10px 15px 10px;
    height: 30px;
    outline: none;
}
ul#tabs li a.current {
    background:  url('/img/feature-tab-current.png');
}
ul#tabs li a.current:hover {
    text-decoration: none;
    cursor: default;
}

ul#output {
    right: 0;
    width: 573px;
    height: 240px;
    position: relative;
}

ul#output li {
    position: absolute;
    width: 573px;
    height: 240px;
}

ul#output li .moreinfo {
    position: absolute;
    bottom: 13px;
    right: 10px;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 12px;
    color: #FFF !important;
    background: #EB9800;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: arial;
    outline: none;
}
ul#output li .moreinfo:hover {
    background: #8Eb363;
    color: #FFF;
}
ul#output li .slider_overlay {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background: #000;
    height: 60px;
    font-family: arial;
    outline: none;
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
ul#output li .slider_text {
    position: absolute;
    bottom: -10px;
    left: 40px;
    width: 100%;
    text-decoration: none;
    font-size: 12px;
    color: #FFF !important;
    vertical-align: middle;
    height: 60px;
}
