.newsticker_wrapper {
  color: #fff;
  height: 100%;
  /* border: 1px solid #000;
    border-radius: 15px;
    -moz-border-radius: 15px;
    line-height: 30px;
    height: 30px;*/
  /*background-color: #000;*/
  background-position: bottom right;
  /*background-image: -webkit-gradient(linear,0% 0%,100% 0%,from(#000),color-stop(0.5,#464648),to(#000));
    background-image: -webkit-linear-gradient(left,#000,#464648 50%,#000);
    background-image: -moz-linear-gradient(left,#000,#464648 50%,#000);
    background-image: -ms-linear-gradient(left,#000,#464648 50%,#000);
    background-image: -o-linear-gradient(left,#000,#464648 50%,#000);*/
  -webkit-text-size-adjust: none;
}
.newsticker_wrapper h4 {
  height: 100%;
  overflow: hidden;
  padding: 0 10px;
  margin: 0 0 0 0;
  /*background: transparent url('../images/title_separator.png') no-repeat 100% 6px;*/
}
@media screen and (max-width: 479px) {
  .newsticker_wrapper h4 {
    /*        font-size: 12px;
        height: 15px;*/
  }
}
.newsticker a {
  /*color: #fff46f;*/
  position: relative;
  z-index: 6;
  height: 100%;
  display: inline-block;
}
.newsticker {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .newsticker {
    width: 55%!important;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .newsticker {
    width: 70%!important;
    font-size: 11px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .newsticker {
    width: 77%!important;
  }
}
@media screen and (max-width: 479px) {
  #newsticker_demo_reveal {
    font-size: 11px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  #newsticker_demo_reveal {
    font-size: 11px;
  }
}
.newsticker li {
  margin: 0 10px;
  list-style-type: none;
  list-style-image: none;
}
.newsticker li span {
  height: 100%;
}
.newsticker_controls {
  position: relative;
  list-style-type: none;
  list-style-image: none;
  /*background-color: #000;*/
  z-index: 30;
  margin: 0;
  float: right;
  padding: 0px 10px;
  height: 100%;
}
.newsticker_controls li {
  float: left;
  height: 20px;
  background-repeat: no-repeat;
  /*background-color: #000;*/
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .newsticker_controls li {
    height: 15px;
  }
}
.newsticker_controls .previous,
.newsticker_controls .next {
  width: 12px;
}
.newsticker_controls .pause,
.newsticker_controls .resume {
  width: 13px;
  background-position: center;
}
.newsticker_controls .pause {
  background-image: url('../images/pause.png');
}
.newsticker_controls .resume {
  background-image: url('../images/resume.png');
}
.newsticker_controls .previous {
  background-image: url('../images/previous.png');
  background-position: left center;
  width: 14px;
}
.newsticker_controls .next {
  background-image: url('../images/next.png');
  background-position: right center;
  width: 14px;
}
.newsticker_style_reveal .newsticker li {
  height: 100%;
}
.newsticker_style_reveal .newsticker .revealing:hover .revealing_text {
  opacity: 0!important;
}
.newsticker_style_reveal .newsticker .revealing:hover .original_text {
  opacity: 1!important;
  position: absolute!important;
  left: 0px!important;
  top: 0px!important;
}
.newsticker_style_scroll .newsticker li {
  margin-right: 80px;
  padding: 0;
  height: 100%;
}
/*.newsticker_scroller {
    margin-left: 10px;
    @media screen and (max-width: 479px) {
        margin-left: 18px;
    }
    @media screen and (min-width: 480px) and (max-width: 639px) {
        margin-left: 18px;
    }
    @media screen and (min-width: 640px) and (max-width: 767px) {
        margin-left: 18px;
    }
}*/
/*.newsticker_title{
    position: relative;
    height: 100%;
    .newsticker_head{
        position: absolute;
        height: 100%;
        color: red;
        width: 10px;
        top: 0;
        left: right;
        background: url("../images/double-line.png") no-repeat scroll 0 0 transparent;
        float: right;
        right: 0;
    }
}*/
