
  #tickertape_1_all {
    position: relative;
    width: 770px;
    height: 30px;
    font-size: 14px;
    overflow: hidden;
  }
  #tickertape_1 {
    position: relative;
    height: 30px;
  }
  #tickertape_1 .container-ticker {
    position: relative;
    display: block;
    float: left;
  }
  #tickertape_1 .item {
    position: relative;
    display: block;
    float: left;
  }
  
  
  #tickertape_1 .item.bold {
    font-weight: bold;
  }
  #tickertape_1 .item.underlined {
    text-decoration: underline;
  }
  #tickertape_1 .item.large {
    font-size: 18px;
  }
  #tickertape_1 .item.largebold {
    font-size: 18px;
    font-weight: bold;
  }
  #tickertape_1 .item.largeunderlined {
    font-size: 18px;
    text-decoration: underline;
  }
  
  #tickertape_1 .spacer {
    color: #818189;
    padding: 8px 0 0 0;
  }
  #tickertape_1 .item a {
    display: block;
    color: #818189;
    text-decoration: none;
    white-space: nowrap;
    padding: 8px;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
  }
  #tickertape_1 .item a:hover {
    color: #005ead;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
  }
  
  /* Faders */
  #tickertape_1_all .fader {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -30px;
  }
  #tickertape_1_all .fader.left {
    background: -moz-linear-gradient(left,  rgba(236,241,248,1) 0%, rgba(236,241,248,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(236,241,248,1)), color-stop(100%,rgba(236,241,248,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(236,241,248,1) 0%,rgba(236,241,248,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(236,241,248,1) 0%,rgba(236,241,248,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(236,241,248,1) 0%,rgba(236,241,248,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(236,241,248,1) 0%,rgba(236,241,248,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf1f8', endColorstr='#00ecf1f8',GradientType=1 ); /* IE6-9 */
  }
  #tickertape_1_all .fader.right {
    float: right;
    background: -moz-linear-gradient(left, rgba(236,241,248,0) 0%, rgba(236,241,248,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(236,241,248,0)), color-stop(100%,rgba(236,241,248,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(236,241,248,0) 0%,rgba(236,241,248,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(236,241,248,0) 0%,rgba(236,241,248,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(236,241,248,0) 0%,rgba(236,241,248,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(236,241,248,0) 0%,rgba(236,241,248,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ecf1f8', endColorstr='#ecf1f8',GradientType=1 ); /* IE6-9 */
  }
