body
{
	/*ie needs this*/
	margin:0px;
	padding:0px;
	/*set global font settings*/
	font-size:10px;
	font-family:Tahoma,Verdana,Arial;
	color:#FFFFFF;
}
#banners
{
	width:540px;
	height:250px;
	/*border:2px solid #cccccc;*/
	border:0px solid #000000;

}

#banners div
{
	width:540px;
	height:250px;
	display:none;
	margin:0px;


}

#banners #banner1
{
	display:block;
}

#banners div span
{
	width:540px;
	position:relative;
	display:block;
	top:-73px;
	/*line-height:1.5em;
	left:10px;*/
	left:0px;
	/*background:#fff;*/
	font-size:12px;
	background:#000000;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;


	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.8;

}

#banners ul
{
	/*width:auto;
	height:25px;
	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;
}
