

#page {
	width: 1171px;
	margin: 0 auto;

	margin-bottom: 50px;
	    color: #fff;
	    padding-bottom: 20px;
}


.highlight {
	font-size: 50px;
	    color: #fff;
}




.ticker {
	width: 1171px;
	height: 100px;
	overflow: hidden;
	padding-top:20px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-radius: 5px;

}

#ticker_02 {
	height: 120px;
}

.ticker li {
	height: 100px;

	padding: 5px;
	margin: 0px 5px;
	    color: #fff;
}

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

#example_4 { display: none;}
