#marqueecontainer {
	position: relative;
	height: 100px; /*marquee height */
	overflow: hidden;
}

.tickerItem {
	margin-bottom: 20px;
}

.tickerItem a {
	color: #55585D;
}