@charset utf-8;

.modern-ticker {
    font-size: 16px;
    height: 89px;
    line-height: 30px;
    overflow: hidden;
}



.modern-ticker a {
text-decoration:none;
}

.modern-ticker ul {
list-style:none;
margin:0;
padding:0;
}

.mt-round {
border-radius:7px;
}

.mt-body {
position:relative;
margin:2px;
}

.mt-label {
    left: 0;
    margin-right: 2px;
    padding: 27px;
    position: absolute;
}
.mt-round .mt-label {
}

.mt-news {
overflow:hidden;
position:absolute;
}

.mt-scroll .mt-news {
background-color:transparent;
}

.mt-news ul {
background-repeat:no-repeat;
background-position:-1000px;
}

.mt-news li {
float:left;
width:740px;
}

.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-news a {
    background-position: 7px center;
    background-repeat: no-repeat;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-right: 2px;
    padding: 0 10px;
    position: relative;
    text-align: justify;
    top: 10px;
}

.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:13px;
top:28px;
}

.mt-next,.mt-play,.mt-prev {
width:30px;
height:30px;
background-repeat:no-repeat;
background-position:center;
float:left;
cursor:pointer;
}

.mt-round .mt-next {
border-radius:0 5px 5px 0;
}