@charset "utf-8";
/* CSS Document */
body
{
        /*ie needs this*/
        margin:0px;
        padding:0px;
        /*set global font settings*/
}
#banners
{
        width:693px;
        height:194px;
        border:0;
}

#banners div
{
        width:693px;
        height:194px;
        display:none;
        margin:0px;

}

#banners #banner1
{
        display:block;
}

#banners div span
{
        width:350px;
        position:relative;
        display:block;
        top:-196px;
        line-height:1.5em;
        left:8px;
/*        font-size:1.2em; */
        padding:5px;
        
}

#banners ul
{
        width:auto;
        height:25px;
        margin:0px;
}

#banners ul li
{
        display:inline;
        width:10px;
}

#banners ul li a
{
        text-decoration:none;
        line-height:2.5em;
        height:25px;
        font-weight:bold;
}

