.tickercontainer {
	background: #268ec7; 
	width: 100%; 
	position: fixed;
	left: 0;
	bottom: 0;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	z-index: 99999 !important;
}
.tickercontainer .mask {
	overflow: hidden; 
}

ul.newsticker {
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left;
	display: inline-block;
}
ul.newsticker a,
ul.newsticker a:visited {
	white-space: nowrap;
	color: #fff;
	padding: 12px 20px 6px 40px;
	display: block;
	text-decoration: none;
	background: url(../images/dot.png) right center no-repeat;
	background-size: 16px;
	font-size: 18px;
}
ul.newsticker a:hover {
	background-color: #1f6c96;
}
#newsBant{
	float:right;
}

#newsBant li {
	float: right;
	margin: 0;
	padding-left: 15px;
}