

.easyTick {
	/*height: 457px; */
	height:360px !important;
	overflow: hidden; 
	display: block; 
}


.newsPanel{
	border: 0px solid #ccc;
	margin: 2px;
}
.newsPanel ul{
	padding: 0;
	list-style: none;
	width: 98%;
	
}
.newsPanel li{
	padding: 5px 15px 5px 5px;
	border-bottom: 0px dashed #ccc;
}
.newsPanel li.odd{
	background: white;
}
.newsPanel li:after {
	content: '';
	display: block;
	clear: both;
}
 
.newsPanel p {
	margin: 5px;
	font-size: 14px;
	width: 99%;
} 


p.newsItem {
	font-style:italic; 
	width:100%; 
	text-align:right;
	
}

.et-run{
    background-color: #0cf;
    color: white;
    border: 0px solid black;
}
.newsPanel img{
	float: left;
	width: 100px;
	margin: 5px 15px 0 0;
}