

#news-ticker{
	width:216x;
	height:700px;
	border:0px red solid;
	overflow:hidden;
	margin:0px;
}

	#news-ticker div{
		width:216x;
		border:0px black solid;
		padding:0px;
		margin-top:10px;
	}
		#news-ticker div.first{
			margin-top:0;
		}
		
	#news-ticker p{
		font-size:11px;
		margin-left: 0 !important;
		margin-left: 5px;
		display:inline;
	}


