div#news-rotate-con {
	position: relative;
}

div#news-rotate-con img {
	border: 0;
}

div#news-rotate-con ul.news {
	position: absolute;
	list-style-type: none;
	width: 595px;
	height: 221px;
	margin: 0;
	padding: 0;
}
div#news-rotate-con ul.news li {
}
div#news-rotate-con ul.news li.hidden {
	display: none;
}
div#news-rotate-con ul.control {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: -15px;
	left: 11px;
	font-size: 11px;
	font-weight: bold;
}
div#news-rotate-con ul.control li {
	position: relative;
	float: left;
	left: -1px;
	width: 34px;
	height: 15px;
	margin: 0;
	cursor: pointer;
	text-align: center;
	line-height: 15px;
	background: url('/images/homepage-200907/splash-control-buttons.gif') -34px 0 no-repeat;
	color: #2C83E6;
}
div#news-rotate-con ul.control li.on {
	background: url('/images/homepage-200907/splash-control-buttons.gif') 0 0 no-repeat;
	color: #ffffff;
}
