/* liScroll styles */

.tickeroverlay-left{
	/* background-image:url('left.png'); */
	display:none;
	pointer-events:none;
	position:absolute;
	z-index:30;
	height:12px;
	width:150px;
	top:0;
	left:0px;
}
	

.tickercontainer { /* the outer div */
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
padding-left: 0px;
padding-right: 0px;
top: 13px;
/*width: 718px;*/
overflow: hidden;
}
ul.newsticker { /* that's your list */
/*Transitions have been added in order set css3 transitions; and have linear easing. Changing these lines you might have unexpected results */
-webkit-transition: all 0s linear;
-moz-transition: all 0s linear;
-o-transition: all 0s linear;
transition: all 0s linear;
position: relative;
margin-left: 20px;
color: #fff;
font: 14px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding-right: 0px;
/*background: #fff;*/
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #fff;
font: normal 15px arial;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 30px 0 0;





text-transform:uppercase;text-align:left;font-size: 14px;letter-spacing:0;text-align:right;line-height:1.2;padding-top:3px
/*background: #fff;*/
}

.neg2{color:#df1e36} li div
.pos{color:#2ddc6f} li div:hover{color:#fff}


/* Sticky footer styles
-------------------------------------------------- */

.footera {


  
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
     height: 43px;
    padding-bottom: 16px;
    background: #000;
z-index: 5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */



