

#news-ticker{
	
	height:270px;
	background-color:white;
	overflow:hidden;
}
#news-ticker h4{
	color:#933;
	display:inline;
}
#news-ticker div{
	
	
	border:0px black solid;
	padding:8px;
	margin-top:-1px;
}
	#news-ticker div.first{
		margin-top:0;
	}
	
#news-ticker p{
	font-size:11px;
	margin-left: 0 !important;
	margin-left: 5px;
	display:inline;
}

