.jm-healineswrap{
   float: left;
}
.jm-headelines-buttons{
    float: left;
}
.jmnewsticker{
	white-space:nowrap;
	position:relative;
	height:20px;
}
.jmnewsticker .jmnewsticker-item{
	position:absolute;
	display :none;
	line-height:24px;
	padding-right:10px;
	overflow: hidden;
}
.jmnewsticker-item{
	position:absolute;
}
.jmnewsticker-item.running{
	display:block;
}
.jm-jmnewsticker-wrap{
	/*overflow-x: hidden;*/
}

/* RTL css*/
.rtl #jm-users2-wrapper .jm-jmnewsticker-wrap .icon{
	right:0 !important;
}
.rtl #jm-users2-wrapper .jm-jmnewsticker-wrap .jm-healines-inner{
	padding: 0 60px 0 10px;
}
.rtl .jm-healineswrap{
   float: right; 
}
.rtl .jm-headelines-buttons{
    float: right;
}
.rtl .jmnewsticker{
	white-space:nowrap;
	position:relative;
	height:20px;
}

.rtl .jmnewsticker .jmnewsticker-item{
	position:absolute;
	display :none;
	line-height:24px;
	padding-right:10px;
	overflow: hidden;
}
.rtl .jmnewsticker-item{
	position:absolute;
}
.rtl .jm-jmnewsticker-wrap{
	/*overflow-x: hidden;*/
}

/* .rtl .default .jmnewsticker-item.running {
-webkit-animation: layout1Animation 1s 1;
-moz-animation: layout1Animation 1s 1;
-o-animation: layout1Animation 1s 1;
} */
@-webkit-keyframes layout1Animation {
0% {right: 0;word-spacing:normal;}
30% {left: 55px;word-spacing:60px;}
40% {left: 0px;word-spacing:normal;}
50%{left: 35px;word-spacing:35px;}
60%{left: 0px;word-spacing:normal;}
70%{left: 20px;word-spacing:20px;}
80%{left: 0px;word-spacing:normal;}
90%{left: 10px;word-spacing:10px;}
100%{left: 0px;word-spacing:normal;}
}
@-moz-keyframes layout1Animation {
0% {right: 0;word-spacing:normal;}
30% {left: 55px;word-spacing:60px;}
40% {left: 0px;word-spacing:normal;}
50%{left: 35px;word-spacing:35px;}
60%{left: 0px;word-spacing:normal;}
70%{left: 20px;word-spacing:20px;}
80%{left: 0px;word-spacing:normal;}
90%{left: 10px;word-spacing:10px;}
100%{left: 0px;word-spacing:normal;}
}
@-o-keyframes layout1Animation {
0% {right: 0;word-spacing:normal;}
30% {left: 55px;word-spacing:60px;}
40% {left: 0px;word-spacing:normal;}
50%{left: 35px;word-spacing:35px;}
60%{left: 0px;word-spacing:normal;}
70%{left: 20px;word-spacing:20px;}
80%{left: 0px;word-spacing:normal;}
90%{left: 10px;word-spacing:10px;}
100%{left: 0px;word-spacing:normal;}
}
/* end */