.ticker_container
{
    border:1px solid #D1D1D1;
    height: 24px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 5px;
}
#ticker-wrapper *
{
    margin: 0;
}
#ticker-wrapper.has-js
{
    width :97%;
    height: 24px;
    font:11px Vazir;
    line-height: 21px;
    color: #B62934;
    float: right;
    direction: rtl;
}
#ticker
{
    width: 100%;;
    height: 24px;
    display: block;
    float: right;
    position: relative;
    overflow: hidden;
}
#ticker-title
{
    width: 9px;
    height: 24px;
    display: block;
    float: right;
    padding-right: 0;
}
#ticker-content
{
    margin: 0;
    float: right;
    position: absolute;
}
#ticker-content a
{
    font: 11px/24px Vazir;
    color: #B62934;
}
#ticker-content A:hover
{
    text-decoration: underline;
    color: #333;
}
#ticker-swipe
{
    background: rgb(254,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(254,255,255,1) 48%, rgba(239,239,239,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(254,255,255,1) 48%,rgba(239,239,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(254,255,255,1) 48%,rgba(239,239,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 0;
    right: 80px;
    display: block;
    width: 100%;
    height: 24px;
}
#ticker-swipe span
{
    margin-right: 1px;
    background-color: #fff;
    border-bottom: 1px solid #1F527B;
    height: 22px;
    width: 2px;
    display: block;
}
#ticker-controls
{
    padding: 2px 10px 0 0;
    list-style-type: none;
    float: left;
}
#ticker-controls li
{
    padding: 0;
    margin-left: 5px;
    float: left;
    cursor: pointer;
    height: 16px;
    width: 16px;
    display: block;
}
/*#ticker-controls li#play-pause
{
    background: url('/client/themes/fa/main/img/controls.png') 32px 16px;
}*/
#ticker-controls li#play-pause.over
{
    background-position: 32px 32px;
}
#ticker-controls li#play-pause.down
{
    background-position: 32px 0;
}
/*#ticker-controls li#play-pause.paused
{
    background: url('/client/themes/fa/main/img/controls.png') 48px 16px;
}*/
#ticker-controls li#play-pause.paused.over
{
    background-position: 48px 32px;
}
#ticker-controls li#play-pause.paused.down
{
    background-position: 48px 0;
}
/*#ticker-controls li#prev
{
    background: url('/client/themes/fa/main/img/controls.png') 0 16px;
}*/
#ticker-controls li#prev.over
{
    background-position: 0 32px;
}
#ticker-controls li#prev.down
{
    background-position: 0 0;
}
#ticker-controls li#next.over
{
    background-position: 16px 32px;
}
#ticker-controls li#next.down
{
    background-position: 16px 0;
}
.js-hidden
{
    display: none;
}
.tele_img
{
    margin-top: 7px;
    padding-right: 10px;
}