#news_section {
height: 221px;
margin: 0 0 10px 0;
}

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: 380px;
	height: 228px;
	margin: 0;
	padding: 0;
}
div#news-rotate-con ul.news li {
}
div#news-rotate-con ul.news li.hidden {
	display: none;
}

/*Button Placement  */
div#news-rotate-con ul.control {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 85px;
	right: 5px;
	font-family: 'segoe UI', helvetica, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
div#news-rotate-con ul.control li {
	width: 17px;
	height: 16px;
	margin: 0 0 2px 0;
	cursor: pointer;
	text-align: center;
	line-height: 15px;
	background: url('diamond/news-rotate/news-button-bg.png') no-repeat;
	color: #676767;
}
div#news-rotate-con ul.control li, {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='diamond/news-rotate/news-button-bg.png');
}
div#news-rotate-con ul.control li.on {
	height: 34px;
	line-height: 33px;
	background: url('diamond/news-rotate/news-button-bg-on.png') no-repeat;
	color: #ffffff;
}
div#news-rotate-con ul.control li.on, {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='diamond/news-rotate/news-button-bg-on.png');
}
