﻿ul.mc_newsticker {
position:relative;
width:100%;
margin:5px 0;
}
.newsticker {
	position: relative;
	width:100%;
	height:150px;
	overflow: hidden;
	}

.newsticker ul li {
	/*float: left; add the float: left when you prefer a horizontal news ticker*/
	position:relative;
	display: block;
	padding:5px 0;
	}

.tickertitle {
	display: block;
	}

.tickerimg {
	float:left;
	margin: 0px 15px 15px 0px;
	}