

.ticker {
	width: 950px;
	height: 40px;
	overflow: hidden;
		margin: 0;
	padding: 0;
	list-style: none;
			color:#FFFFFF;
			
}

#ticker_02 {
	height: 120px;
}

.ticker li {
	height: 30px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#ticker_04 {
	height: 150px;
}
#ticker_04 li {
	height: 40px;
	overflow: hidden;
} 
#ticker_04 img {
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 10px;
} 

#example_4 { display: none;}
