.tickerItem {
	/*margin-bottom: 10px;
	width: 100%;  arbitary for demo only 
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;*/
	/*float:left;
	height: 200px;*/
}

#rfbtickercontent {
	/*height: 200px;
	width: 100%;*/
	/*width: 2000px;
	overflow-y: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;*/
	font-size: 1.2em;
}

.slick-prev {
	background: none;
	border: none;
	width: 20px;
	height: 40px;
	background: url("../imgs/arw-l.png") no-repeat;
	position: absolute;
	left: 0;
	top: calc(50% - 20px);
	z-index: 12;
}


.slick-next {
	background: none;
	border: none;
	width: 20px;
	height: 40px;
	background: url("../imgs/arw-r.png") no-repeat;
	position: absolute;
	right: 0;
	top: calc(50% - 20px);
	z-index: 12;
}

#rfbtickercontent {
	font-size: 1em;
	padding: 0 25px;
}
h2 {
	font-size: 1.2em;
}

#lang_link {
	position: absolute;
    right: 20px !important;
    top: 20px;
}
