/*For Top*/
.tickerTop {
    top: 0;
	left: 0;
	padding: 5px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
}
/*For Bottom*/
.tickerBottom {
	bottom: 0;
	left: 0;
	padding: 5px;
	position: fixed;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
}
/*For Module Position*/
.tickerModule {
	padding: 5px;
}
.rTicker ul li {
    float: left;
    list-style-type: none !important;
    margin-left: 50px;	
}