@charset "utf-8";
#banners
{
	width:700px;
	height:275px;
	font-size:10px;
	font-family:Tahoma,Verdana,Arial;
	margin:0px;
	text-align:left;
}
#banners div
{
	width:700px;
	height:250px;
	display:none;
	margin:0px;
}
#banners #banner1
{
	display:block;
}
#banners div span
{
	width: inherit;
	position: relative;
	display: block;
	top:-150px;
	line-height:1.5em;
	top: -35px;
	left:15px;
	background:#fff;
	font-size:1.2em;
	padding:5px;
	text-align:left;
}
#banners ul
{
	width:auto;
	height:25px;
	background:#0063DC;
	margin:0px;
}
#banners ul li
{
	display:inline;
	width: auto;
}
#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;	
}
