/* Ticker */
.ticker-forex-wrap {
//    background: #282724;
    margin:0 0 5px 0;padding: 0 10px;
}
#ticker-forex {
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    font: 11px/normal Arial, Helvetica, sans-serif;
    color: #666;
}
#ticker-forex table{width: auto;}
#ticker-forex table td{border-right: none;}
#ticker-forex table, #ticker-forex .ticker-system { float:left; }
#ticker-forex table td { padding:5px;}
#ticker-forex table tr.content {
    height: 29px;
}
#ticker-forex table tr.content td {
    border-bottom: 1px solid #EBEBEB;
    background: #fff !important;
}
#ticker-forex table tr.header { background:#EBEBEB }
#ticker-forex table tr.header.even { background:#F8F8F8 }
#ticker-forex table tr.content td.icon { border-right:none }
#ticker-forex table tr.content { color: #333; }
.ticker-forex-wrap {
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}