
@charset "utf-8";
.modern-ticker {
    font-size: 16px;
    height: 218px;
    line-height: 30px;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px;
    position: relative;
  
}
.modern-ticker a {
    text-decoration: none;
}
.modern-ticker ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.mt-round {
    border-radius: 7px;
}
.mt-label {
    float: left;
    margin-right: 2px;
    padding: 0 8px 0 12px;
}
.mt-round .mt-label {
    border-radius: 5px 0 0 5px;
}
.mt-news {
    float: left;
    height: 100%;
    overflow: hidden;
}
.mt-scroll .mt-news {
    background-color: rgba(0, 0, 0, 0);
}
.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-scroll.mt-round .mt-news a {
    border-radius: 0;
}
.mt-news ul {
    background-position: -1000px center;
    background-repeat: no-repeat;
    width: 50000px;
}
.mt-news li {
    float: left;
}
.mt-news a {
    background-position: 7px center;
    background-repeat: no-repeat;
    display: block;
    font-size: 15px;
    margin-right: 2px;
    padding: 0 10px 0 20px;
	line-height:18px;
	width:900px;
}
.mt-hide {
    display: none;
}
.mt-controls {
    background-position: -1000px center;
    background-repeat: no-repeat;
    height: 100%;
    margin-left: 2px;
    position: absolute;
    right: 108px;
	top:72px;
}
.mt-play, .mt-prev, .mt-next {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 30px;
    width: 30px;
}
.mt-round .mt-next {
    border-radius: 0 5px 5px 0;
}