/* CSS Document */
/*Scroll*/
ul#ticker_top_yes li {
    float: none;
}
.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 {
    display: block;
}
.mt-news a {
    display: block;
    white-space: nowrap;
	font-weight: bold;
	line-height: 40px;
    margin: 0;
    padding: 0 5px;
}
.mt-news span {
    float: left;
	line-height: 1.7;
}
.modern-ticker {
    overflow: hidden;
    padding: 5px 2px;
    width: 100%;
	line-height:40px;
}
.modern-ticker a {
    text-decoration: none;
}
.modern-ticker ul {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 30px;
	border-left: 1px solid #8f0019;
}
/*End Scroll*/
