/*body
{
        /*ie needs this* /
        margin:0px;
        padding:0px;
        /*set global font settings* /
        font-size:10px;
        font-family:Tahoma,Verdana,Arial;
}*/
/*.banner1
{
        display:block;
		margin-left: -16px;
}*/

#banners
{		
        width:500px;
/*        height:275px;*/
        height:325px;
		padding: 0px;
/*        border:2px solid #cccccc;*/
}

#banners div
{
        width:500px;
 /*       height:250px;*/
 		height: 310px;
        display:none;
        margin:0px;

}

#banners #banner1
{
        display:block;
		margin-left: -16px;
}


#banners div span
{
		margin-left:1em;
/*		width:270px;*/
		width: 300px;
        position:relative;
        display:block;		
        top:-300px;
        line-height:1.5em;
        left:500px;
        background:#fff;
		font-size:1em
        opacity:0.7;//standard
        filter:alpha(opacity=50);//internet explorer
        -moz-opacity:.50;//older firefox versions
        
}

#banners ul
{
        width:auto;
		height:35px;
        background:#0063DC;
        margin:0px;
}

#banners ul li
{
        display:inline;
        width:10px;
}

#banners ul li a
{
        text-decoration:none;
        padding:5px;
        line-height:2.5em;
        margin:5px;
        color:#fff;
        height:25px;
        font-weight:bold;
}

#banners ul li a:hover
{
        background:#fff;
        color:#0063DC;  
}