
@charset "utf-8";
.modern-ticker {
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.modern-ticker a {
    text-decoration: none;
}
.modern-ticker ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.mt-body {
    position: relative;
}
.mt-label {
  left: 0;
  margin-right: 2px;
  padding: 0 11px;
  position: absolute;
}

.mt-news {
    overflow: hidden;
    position: absolute;
}
.mt-scroll .mt-news {
    background-color: transparent;
}
.mt-news ul {
    background-position: -1000px center;
    background-repeat: no-repeat;
}
.mt-news li {
  float: left;
  line-height: 30px;
}
.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.mt-news a {
    background-position: 7px center;
    background-repeat: no-repeat;
    display: block;
    font-size: font-size: 17px;;
    margin-right: 2px;
    padding: 0 10px 0 20px;
    white-space: nowrap;
}
.mt-scroll.mt-round .mt-news a {
    border-radius: 0;
}
.mt-hide {
    display: none;
}
.mt-controls {
    background-position: -1000px center;
    background-repeat: no-repeat;
    margin-left: 2px;
    position: absolute;
    right: 0;
}
.mt-next, .mt-play, .mt-prev {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 30px;
    width: 30px;
}





/* Theme */

.modern-ticker {
    background-color: #fafafa;
    color: #fafafa;
}
.mt-label {
  background-color: #c9c9c9;
  color: #000;
  font-size: 18px;
}
.mt-news {
    background-color: #dddddd;
}
.mt-preloader {
    background: rgba(0, 0, 0, 0) url("../images/preloader.gif") no-repeat scroll center center;
}
.mt-news ul {
    background-image: url("../images/bullet-over.png");
}
.mt-news a {
/*     background-color: #f4f4f4; */
    background-image: url("../images/bullet.png");
    color:navy;
}
.mt-news a:hover {
    border-color: #f20;
    color:navy;
	text-decoration:underline;
}
/* .mt-news a:active {
    background-color: #07f;
} */
.mt-controls {
    background-image: url("../images/pause.png");
}
.mt-next, .mt-prev {
    background-color: #C9C9C9;
}
.mt-prev {
    background-image: url("../images/arrow-prev.png");
}
.mt-next {
    background-image: url("../images/arrow-next.png");
}
.mt-play {
    background-color: #A5A4A4;
    background-image: url("../images/play.png");
}
.mt-pause {
    background-image: url("../images/pause.png");
}
.mt-next:hover, .mt-play:hover, .mt-prev:hover {
    background-color: #B2B0B0;
}
.mt-next:active, .mt-play:active, .mt-prev:active {
    background-color: #B2B0B0;
}
