
#banners
{
    position: relative;
}

#banners .slider
{
    position: relative;
    z-index: 10;
}

#banners .slider a
{
    display: block;
    width: 100%;
    position: relative;
}

#banners .slider a > .img
{
    display: block;
    position: relative;
    z-index: 10;
}

#banners .slider .text
{
    display: block;
    position: absolute;
    z-index: 20;
    margin-top: 30px;
    top: 0;
    left: 0;

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#banners .indicators
{
    position: absolute;
    z-index: 20;
    overflow: hidden;
    left: 0;
    top: 10px;
    display: none;
}

#banners .indicators span
{
    display: block;
    float: left;
    margin-right: 2px;
    width: 6px;
    height: 6px;
    border: 2px solid #ab8f5f;
    background: #ab8f5f;
    cursor: pointer;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#banners .indicators span.current,
#banners .indicators span:hover
{
    background: transparent;
}
