.newsrotatorbox  {
	border: 0px solid #ff0000;
}

#newsrotator {
	font-family:Arial,"Trebuchet MS", Georgia, sans-serif; 
	font-size: 13px;
}

#newsrotator #controls {
	height:456px;
	float:right;
	margin-top:5px;
	margin-right: 15px;
	border-left: 2px solid #f8f8f8;
	border-right: 2px solid #f8f8f8;
	background-color: #f8f8f8;
	
}

#newsrotator #controls #rotatorup,
#newsrotator #controls #rotatordown {
	height:226px;
	width:16px;
	margin-bottom:1px;
	cursor:pointer;
	cursor:hand;
}

/*
#newsrotator #controls #rotatorup {
	height:180px;
	width:16px;
	margin-bottom:1px;
	cursor:pointer;
	cursor:hand;
	border: 1px solid #ff9900;
	clear: both;
	
}

#newsrotator #controls #rotatordown {
	height:180px;
	width:16px;
	margin-bottom:1px;
	cursor:pointer;
	cursor:hand;
	border: 1px solid #003366;
	margin-top: 180px;
}
*/



#newsrotator #controls #rotatorup         {background:url("arrowup.gif") top left no-repeat}
#newsrotator #controls #rotatorup.over   {background:url("arrowup_r.gif") top left no-repeat}
#newsrotator #controls #rotatordown       {background:url("arrowdown.gif") bottom left no-repeat}
#newsrotator #controls #rotatordown.over {background:url("arrowdown_r.gif") bottom left no-repeat}

#newsrotator #scrollarea {
	height:456px;
	float:left;
	overflow:hidden;
	margin-top:5px;
}
#newsrotator .newsitem {
	/* height:145px; */
	height:130px;
	border-bottom: 1px solid #eeeeee;
	overflow:hidden;
	font-size: 13px;
	padding: 5px;
	width:565px;
	margin:0 10px 11px 15px;
}
#newsrotator .newsitem:hover {
	/*background-color: #ececec;*/
}
#newsrotator .newsitem img {
	/*width:180px;
	height:100px;*/
	float:right;
	margin-left:10px;
	border:1px solid #3c3c3c;
}
#newsrotator .newsitem h5 { margin: 0px; padding: 0px; margin-bottom:5px; color: #244f98; font-size: 14px; font-weight: bold; }
