#banners	/* Container for the slideshow */
{
        width:900px;
        height:650px;
        /* border:2px solid #ff0000; */
}

#banners div		/* Slides */
{
        /*width:800px;
        height:600px;*/
		width:800px;
        height:600px;
        display:none;
        margin:0px;
		border:0px; 
		border-color:#ff0000; 
		border-style:ridge;
		padding:10px;
}

#banners #banner1
{
        display:block;
}

#banners div span	/* this is the field below the slide */
{
        font-family:'BankGothic Lt BT';
        /*font-family:Arial, san-serif; */
		/*width:700px;*/
        position:relative;
        display:block;
        bottom:0px;
        /*line-height:1.5em;*/
        left:10px;
        /* background:#fff; */
        /*font-size:1.5em;*/
        /*padding:5px;/*
        /*  opacity:0.7;
        filter:alpha(opacity=50);
        -moz-opacity:.50; */
		color:#000000;
}


#banners ul  /* Background color behind the menu hyperlinks. */
{
        width:auto;
        height:50px;
        /* background:#0063DC; */
        /* background:#ff0000; */
        margin:0px;
}

#banners ul li
{
        display:inline;
        width:10px;
}

#banners ul li a	/* Menu hyperlinks above the slide */
{
        text-decoration:none;
        /* padding:5px; */
        line-height:2em;
        margin:10px;
        color:#0000ff;
        /* height:5px; */
        font-family:'BankGothic Lt BT';
		font-size:28px;
		font-weight:bold;
		font-style:italic;
}

#banners ul li a:hover	/* Menu hyperlinks above the slide rolloever*/
{
        /* background:#fff; */
        color:#ff0000;  
}



