#news
{
	margin-top:-15px;
	padding-bottom:10px;
	text-align:center;
	width: 250px;
	min-height:100px;
	border: solid 1px #FF4500;/*#BDBDBD;*/
	border-radius: 3px;
	background: #E6E6FA;
}

#news h5
{
	color:#FF4500;
	margin-top: 8px;
	font: bold 16px;
	text-decoration: underline;
}

#news-title
{
	font-size:14px;
	text-align:left;
	padding:10px;
	display:table-caption;
}

#news-text
{
	font-size:11px;
	text-align:left;
	padding-left:10px;
	vertical-align:top;
	display:table-cell;
}

#news-image
{
	width: 60px;
	display:table-cell;
}
#news-image img
{
	max-width:60px;
	max-height:60px;
	overflow: hidden;
	margin-left: 10px;
	border: 2px solid #fff;
	border-radius: 5px;
	box-shadow:rgba(0,0,0,0.5) 0px 0px 8px;
}

.vticker{
	
	width: 250px;
	min-height: 120px;
	max-height: 120px;
}
.vticker ul{
	padding: 0;
}
.vticker li{
	list-style: none;
	/*border-bottom: 1px solid grey;*/
	padding: 10px;
}
.et-run{
	background: red;
}


