/* liScroll styles */

.tickercontainer {
	width: 100%; 
	min-height: 50px;
	margin: 0; 
	padding: 0;
	overflow: hidden; 
	text-align: center;
}
.tickercontainer .mask { 
	position: relative;
	width: 100%;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.newsticker li {
	float: left; 
	margin: 10px;
	padding: 0;
}
ul.carouselTicker__list {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
}
.carouselTicker__item {
	display: inline-block;
	margin: 10px 4px;
}
ul.er-controls{
	list-style: none;
	display: inline-block;
	padding: 0;
}
ul.er-controls > li{
	display: inline-block;
	padding: 0 10px;
	background: #f0f0f0;
	margin: 5px;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}
ul.er-controls > li:hover{
	background: #f5f5f5;
	cursor: pointer;
}