.newsticker {
  width: 430px;
  height: 78px;
  text-align: left;
  color: black;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  position: relative;
  top: -5px;
  left: -10px;
}

.newsticker img {
  border: none;
}

.newsticker .left {
  float: left;
}

.newsticker .right {
  float: right;
}

.newsticker-jcarousellite {
  margin-left: 0px;
  top: 7px;
}

.newsticker-jcarousellite ul {
  top: 0px;
  left: 20px;
}

.newsticker-jcarousellite ul li {
  top: 0px;
  left: 0px;
  list-style: none;
  display: block;
  padding-bottom: 2px;
  margin-bottom: 5px;
  height: 25px;
}

.newsticker-jcarousellite .title {
  display: inline;
}

.newsticker-jcarousellite .icone {
  float: left;
  width: 20px;
  margin-top: 2px;
  margin-left: 5px;
  height: 20px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.newsticker-jcarousellite .error .icone {
  background-image: url('../../../images/informations/error.png');
  background-repeat: no-repeat;
}

.newsticker-jcarousellite .warning .icone, .newsticker-jcarousellite .timeout .icone {
  background-image: url('../../../images/informations/warning.png');
  background-repeat: no-repeat;
}

.newsticker-jcarousellite .information .icone {
  background-image: url('../../../images/informations/information.png');
  background-repeat: no-repeat;
}

.newsticker-jcarousellite .info {
  float: left;
}

.infoPanel {
  height: 100px;
  margin-left: 0px;
}

.newsticker-jcarousellite .error {
  background-color: #FF5353;
  margin-left: 0px;
}

.newsticker-jcarousellite .warning, .newsticker-jcarousellite .timeout {
  background-color: #FFDD75;
  margin-left: 0px;
}

.newsticker-jcarousellite .information {
  background-color: #819FF7;
  margin-left: 0px;
}

.newsticker-clear {
  clear: both;
}

.newsticker .pointer {
  cursor: pointer;
}

.newsticker i.cmr-fa-icon {
  font-size: 10pt;
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.newsticker #newsticker-alert {
  -webkit-animation: flickerAnimation .5s infinite;
  -moz-animation: flickerAnimation .5s infinite;
  -o-animation: flickerAnimation .5s infinite;
  animation: flickerAnimation .5s infinite;
}