#FrontPageScroller {
    width: 646px;
    overflow: hidden;
    position: relative;
    height: 246px;
    margin-right: 5px;
    z-index: 1;
    float: left;
}

#feature_list {
    width: 640px;
    overflow: hidden;
    position: relative;
    height: 240px;
    border: 3px solid white;
}

div#feature_list ul {
    position: absolute;
    top: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}


ul#tabs {
    right: 0;
    z-index: 2;
    width: 235px;
}

#tabs li a {
    background: Transparent url(/Files/System/V2/gfx/gradientbgInv.png) repeat-x;
    float: left;
    height: 32px;
    overflow: hidden;
    padding: 8px 5px 8px 5px;
}


ul#tabs li a.current {
    background: Transparent url(/Files/System/V2/gfx/gradientbgInv_orange.png) repeat-x;
    color: #FFF;
}

ul#tabs li a.current h3, ul#tabs li a.current p {
    color: #FFF;
}
#tabs h3 {
    height: 18px;
    overflow: hidden;
    color: #45515b;
    font-weight: normal;
    line-height:inherit;
}

#tabs p {
    height: 16px;
    overflow: hidden;
    color: #858585;
    padding-right: 15px;
    padding-left: 5px;
    font-size:11px;
}

#tabs h3 {
    padding-right: 15px;
    padding-left: 5px;
}



ul#output {
    left: 0;
    width: 405px;
    height: 240px;
    position: relative;
}

ul#output li {
    position: absolute;
    width: 405px;
    height: 240px;
}

ul#output li a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 11px;
    color: #979797;
    z-index: 20;
    height: 24px;
    overflow: hidden;
}
ul#output a h2 {
    color: #d10002 !important;
    line-height: 18px;
    overflow: hidden;
}

ul#output li .textbg {
    height: 48px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;

    background: transparent url(/Files/System/V2/gfx/newsScroller_transbg.png);
    z-index: 10;
}

#FrontPageScroller #topleft {
    background: Transparent url(/Files/System/V2/gfx/fronttopbox_corner_topl.png) no-repeat;
    width: 12px;
    height: 11px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

#FrontPageScroller #topright {
    background: Transparent url(/Files/System/V2/gfx/fronttopbox_corner_topr.png) no-repeat;
    width: 12px;
    height: 11px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2000;
}

#FrontPageScroller #btmleft {
    background: Transparent url(/Files/System/V2/gfx/fronttopbox_corner_btml.png) no-repeat;
    width: 12px;
    height: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2000;
}

#FrontPageScroller #btmright {
    background: Transparent url(/Files/System/V2/gfx/fronttopbox_corner_btmr.png) no-repeat;
    width: 12px;
    height: 11px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2000;
}

