.container
{
    text-align: left;
    width: 520px;
    position: relative;
    margin-left: -120px;
    margin-top: 10px;
}

#featured
{
    height: 295px;
    position: relative;
    overflow: hidden;
}

    #featured .slide
    {
        position: absolute;
        z-index: 1;
        background: url(../images/slide-bg.png) no-repeat;
        background-size: 100%;
        padding: 6px 6px 25px;
    }

    #featured .active
    {
        z-index: 2;
        background: url(../images/active-slide-bg.png) no-repeat 3PX 4PX;
        padding: 6px 6px 25px;
        background-size: 98% 93%;
    }

#slider-left-overlay, #slider-right-overlay
{
    position: absolute;
    top: 60px;
    height: 263px;
    z-index: 3;
}

#slider-left-overlay
{
    background: url(../images/slider-left-overlay.png) no-repeat;
    width: 169px;
    left: 0;
}

#slider-right-overlay
{
    background: url(../images/slider-right-overlay.png) no-repeat;
    width: 171px;
    right: 0;
}

#featured .description
{
    display: none;
    background: url(../images/featured-description-bg.png) no-repeat;
    position: absolute;
    bottom: 25px;
    left: 6px;
    width: 330px;
    height: 20px;
    line-height: 20px;
    padding: 10px;
    font-size: 24px;
    text-align: center;
}

    #featured .description, #featured .description h2
    {
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
        font-size: 14px;
        height: 20px;
        line-height: 20px;
    }

#featured .additional
{
    display: none;
    background: url(../images/featured-hover-overlay.png);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 350px;
    height: 240px;
}

#featured .active .description
{
    display: block;
}

#featured a.prevslide, #featured a.nextslide
{
    display: block;
    width: 30px;
    height: 40px;
    position: absolute;
    top: 100px;
    text-indent: -9999px;
}

#featured a.prevslide
{
    background: url(../images/featured-left-arrow.png) no-repeat;
    left: 29px;
}

#featured a.nextslide
{
    background: url(../images/featured-right-arrow.png) no-repeat;
    right: 30px;
}

#featured a.featured-zoom, #featured a.featured-more
{
    display: block;
    width: 40px;
    height: 43px;
    position: absolute;
    text-indent: -9999px;
    top: 100px;
}

#featured a.featured-zoom
{
    background: url(../images/featured-zoom.png) no-repeat;
    left: 160px;
}

#featured a.featured-more
{
    background: url(../images/featured-more.png) no-repeat;
    left: 263px;
}
