@charset "utf-8";

/* Ticker */
.ticker {
	width: 99%;
	height: 60px;
	line-height: 60px;
	font-size: 40px;
	overflow: hidden;
	color: #013d79;
}
.ticker a {
	text-decoration: none;
	color: inherit;
}
.ticker ul {
	margin: 0;
	padding: 0;
	list-style: outside none none;
}
.mt-round {
	border-radius: 7px;
}

/* Body */
.mt-body {
	margin: 2px;
	position: relative;
}

/* Label */
.mt-label {
	margin-right: 2px;
	padding: 0 12px;
	position: absolute;
	left: 0;
}
.mt-round .mt-label {
	border-radius: 5px 0 0 5px;
}
.mt-label img {
	height: 55px;
	width: auto;
}
/* News */
.mt-news {
	overflow: hidden;
	position: absolute;
	left: 86px !important;
}
.mt-scroll .mt-news {
	background-color: transparent;
}
.mt-news li {
	float: left;
	margin-right: 20px;
}
.mt-news li:before {
	content: "\2022";
	margin-right: 0.5em;
}
.mt-news
.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 {
	font-size: 40px;
	padding: 0 2px 0 20px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: inline-block;
	white-space: nowrap;
}
.mt-scroll.mt-round .mt-news a {
	border-radius: 0;
}
.mt-hide {
	display: none;
}

/* Controls */
.mt-controls {
	margin-left: 2px;
	position: absolute;
	right: 0;

	/* Preload */
	background-repeat: no-repeat;
	background-position: -1000px;
}
.mt-play, .mt-prev, .mt-next {
	width: 30px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	cursor: pointer;
}
.mt-round .mt-next {
	border-radius: 0 5px 5px 0;
}