#widget {
	overflow: hidden;
	background: #003568;
	height: 160px; /* You should adjust this height for your project. */
	position: relative;
	float: left;
	width:205px;
	margin:0px;
	padding:0px;
}
#widget li {
	clear: left;
	overflow: hidden;
	position: relative;
	top: 0;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height: 55px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	background:url(../img/newsDivider.gif) no-repeat 0px 39px;
}
#widget li a {
	color:#00AEEF;
}
