@charset "utf-8";

/* Ticker */
.modern-ticker {
	padding: 2px;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}
.modern-ticker a {
	text-decoration: none;
}
.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mt-round {
	border-radius: 7px;
}
	
/* Label */
.mt-label {
	padding-top: 1px;
	float: left;
}

/* News */
.mt-news {
	height: 100%;
	overflow: hidden;
	float: left;
}
.mt-scroll .mt-news {
	background-color: transparent;
}

.mt-news ul {
	width: 50000px;

	/* Preload */
	background-repeat: no-repeat;
	background-position: -1000px;
}
.mt-news li {
	float: left;
}
.mt-news a {
	font-size: 14px;
	padding: 0 10px 0 20px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
}
.mt-hide {
	display: none;
}
