#banners
{
	width:580px;
	height:255px;
	border:1px dotted #cccccc;
	margin-bottom: 5px;
}

#banners div
{
	width:580px;
	height:230px;
	display:none;
	margin:0px;

}

#banners #banner1
{
	display:block;
}

#banners div span
{
	width:550px;
	position:relative;
	display:block;
	top:-215px;
	line-height:1.5em;
	left:10px;
	background:#fff;
	font-size:1.2em;
	padding:0px;
	opacity:0.7;//standard
	filter:alpha(opacity=50);//internet explorer
	-moz-opacity:.50;//older firefox versions

}

#banners ul
{
	width:auto;
	height:25px;
	background:#a9d50c;
	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;
}

#banners ul li .selected
{
	background:#fff;
	color:#0063DC;
}
