

#news-ticker{
	width:285px;
	height:135px;
	background-color:white;
	overflow:hidden;
	margin:5px;
	margin-bottom:0;
	margin-top:0;
}
	#news-ticker div.tick, #news-ticker div.first {
		height:50px;
		width:270px;
		border:1px #fff 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;
	}


