.news_ticker,
.news_ticker .ticker,
.box .group,
.section_name_header,
.breadcrumbs,
.arena .tabs,
.slider_mod02,
.slider_mod02 .slider li {
    overflow: hidden;
}

.news_ticker {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    clear: both;
    z-index: 99999;
    padding: 5px 0;
}
.news_ticker .title {
    width: 103px;
    float: right;
    height: 30px;
}
.news_ticker .title a {
    display: none;
}

.news_ticker {
    background-color: #c50001;
    border-top: solid 1px #ba0001;
    -moz-box-shadow: -5px 0px 4px 0 #282828;
    -webkit-box-shadow: -5px 0px 4px 0 #282828;
    box-shadow: -5px 0px 4px 0 #282828;
}
.news_ticker .title {
    background-image: url(//elhawd.com/img/hotnews.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background: url(//elhawd.com/img/hotnews.png) 0 0px no-repeat;
}

.news_ticker .ticker .controls a,
.livestream_tem .latest_news .controls a {
    background-image: url(../gfx/controls.png);
    background-repeat: no-repeat;
}
.news_ticker .ticker .controls .prev {
    background-position: -48px 0;
}
.news_ticker .ticker .controls .pause {
    background-position: -32px 0;
}
.news_ticker .ticker .controls .play {
    background-position: -16px 0;
}
.news_ticker .ticker .controls .next {
    background-position: -0 0;
}
.news_ticker .ticker .controls .prev:hover {
    background-position: -48px -16px;
}
.news_ticker .ticker .controls .pause:hover {
    background-position: -32px -16px;
}
.news_ticker .ticker .controls .play:hover {
    background-position: -16px -16px;
}
.news_ticker .ticker .controls .next:hover {
    background-position: -0 -16px;
}

.news_ticker .ticker .wrapper {
    float: right;
    width: 100%;
    position: relative;
    height: 30px;
    overflow: hidden;
}
.news_ticker .ticker .ticker_feeds {
    position: absolute;
    top: 0px;
    right: 0;
    width: auto;
    white-space: nowrap;
    font-size: 19px;
    font-weight: normal;
}
.ticker_feeds .aa_icon {
    padding: 0px 20px 0 50px;
	background: url(//elhawd.com/img/breakingnews.png) 0 5px no-repeat;
    display: inline-block;
	color: #fff;
	font-family: 'AraJozoor-Regular';
	font-weight: bold;
	font-size: 17px;
}
.ticker_feeds .aa_icon:last-child { background:none; }