@charset "utf-8";
/* Ticker */
.modern-ticker {
  width: 936px;
  height: 30px;
  margin: 0px 0px 5px 10px;
  line-height: 30px;
  padding: 2px;
  font-size: 12px;
  position: relative;
  overflow: hidden;
}
.modern-ticker a {
  text-decoration: none;
}
.modern-ticker ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mt-round {
  border-radius: 5px;
}
/* Label */
.mt-label {
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 2px;
  padding: 0 8px 0 12px;
  float: left;
}
.mt-round .mt-label {
  border-radius: 5px 0 0 5px;
}
/* News */
.mt-news {
  height: 100%;
  overflow: hidden;
  float: left;
  font-weight: bold;
}
.mt-scroll .mt-news {
  background-color: transparent;
}
.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.mt-scroll.mt-round .mt-news a {
  border-radius: 0;
}
.mt-news ul {
  width: 50000px;
  /* Preload */
  background-repeat: no-repeat;
  background-position: -1000px;
}
.mt-news li {
  float: left;
}
.mt-news a {
  font-size: 12px;
  padding: 0 10px 0 20px;
  margin-right: 2px;
  background-repeat: no-repeat;
  background-position: 7px center;
  display: block;
}
.mt-hide {
  display: none;
}
/* Controls */
.mt-controls {
  margin-left: 2px;
  height: 100%;
  position: absolute;
  right: 2px;
  /* Preload */
  background-repeat: no-repeat;
  background-position: -1000px;
}
.mt-play, .mt-prev, .mt-next {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  float: left;
}
.mt-round .mt-next {
  border-radius: 0 5px 5px 0;
}
/* TICKER THEME*/

/* Ticker */
.modern-ticker {
  color: #fafafa;
  background-color: #971b00;
}
/* Label */
.mt-label {
  background-color: #971b00;
}
/* News */
.mt-news {
  background-color: #dadada;
}
.mt-preloader {
  background: url("../images/preloader.gif") no-repeat center;
}
.mt-news ul {
/* Preload */
}
.mt-news a {
  color: #5f0707;
  background-color: #dadada;
}
.mt-news a:hover {
  text-decoration:underline;
  border-color: #971b00;
}
.mt-news a:active {
  background-color: #0077ff;
}
/* Controls */
.mt-controls {
  /* Preload */
  background-image: url("../images/pause.png");
}
.mt-prev, .mt-next {
  background-color: #971b00;
}
.mt-prev {
  background-image: url("../images/arrow-prev.png");
}
.mt-next {
  background-image: url("../images/arrow-next.png");
}
.mt-play {
  background-color: #971b00;
  background-image: url("../images/play.png");
}
.mt-pause {
  background-image: url("../images/pause.png");
}
.mt-play:hover, .mt-prev:hover, .mt-next:hover {
  background-color: #971b00;
}
.mt-play:active, .mt-prev:active, .mt-next:active {
  background-color: #971b00;
}
