#sliderContent
{
    background: none repeat scroll 0 0; /*border: 1px solid #CCCCCC;*/
    padding:5px 5px 5px 0px;
   /* width: 520px;*/
	width:100%;
    float: left;
    background-color: white;
}



hr
{
    border: none;
    height: 1px;
    line-height: 1px;
    background: #CCC;
    margin-bottom: 20px;
    padding: 0;
}



.clear
{
    clear: both;
    line-height: 1px;
    font-size: 1px;
}

.sliderBlurb {
    height: 62px;
    line-height: 15px;
    overflow: hidden;
    width: 222px;
        font-family: "Segoe UI" ,Arial,sans-serif !important;

    
}
div#feature_list
{
    /*height: 287px;*/
    overflow: hidden;
    position: relative;
    /*width: 530px;*/
}

div#feature_list ul
{
    position: absolute;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#tabs
{
    left: 0;
    z-index: 2;
    width: 320px;
}

ul#tabs li
{
    font-size: 12px;
       height: 95px;
        background-image: url('../images/bf/sliderImages/feature-tab-current2.jpg');
    background-repeat: no-repeat;
}

ul#tabs li img
{
    
    border: none;
    float: left;
   /* margin: 10px 10px 0 0;padding: 5px;*/
}

ul#tabs li a
{
    color: #474747;
    display: block;
    outline: medium none;
    overflow: hidden;
    padding: 1px 5px 5px 8px;
    text-decoration: none;
    width: 216px;
}

ul#tabs li a:hover
{
    text-decoration: underline;
        color: #FFF;
}

ul#tabs li a.current
{
    background-image: url('../images/bf/sliderImages/feature-tab-current.jpg');
    background-repeat: no-repeat;
    color: #FFF;
    width: 237px;
    overflow: hidden;
    height: 95px;
}

ul#tabs li a.current:hover
{
    text-decoration: none;
    cursor: default;
    color: #333;
}

ul#output
{
    right: 0;
    width: 312px;
    height: 240px;
    position: relative;
}

ul#output li
{
    height: 271px;
    position: absolute;
    width: 312px;
}

ul#output li a
{
    position: absolute;
   
    width: 341px;
    padding-left: 32px;
    text-decoration: none;
    font-size: 11px;
    color: #FFF;
    -moz-border-radius: 5px;
}

ul#output li a:hover
{
  /*  background: #D33431;*/
}

