@charset "utf-8";

/* Ticker */
.modern-ticker {
	width: 100%;
	height: 42px;
	line-height: 32px;
	font-size: 13px;
	overflow: hidden;
	clear: right;
	float: left;
	margin-top: 10px;
	margin-bottom: 0;
	border: 1px solid #dedede;
	background: #f1f1f1 !important;
}
.modern-ticker a {
	text-decoration: none;
}
.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mt-round {
	border-radius: 0;
}

	/* Body */
	.mt-body {
		margin: 0;
		position: relative;
	}
	
		/* Label */
		.mt-label {
			margin-right: 0;
			padding: 5px 15px 5px 15px;
			position: absolute;
			left: 0;
			width: 84px;
		}
		.mt-round .mt-label {
			border-radius: 0;
		}
		
		/* News */
		.mt-news {
			overflow: hidden;
			position: absolute;
			margin-top: 5px;
		}
		.mt-scroll .mt-news {
			background-color: transparent;
		}
		.mt-news ul {
			/* Preload */
			background-repeat: no-repeat;
			background-position: -1000px;
		}
		.mt-news li {
			float: left;
		}
		.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
			border-top-left-radius: 0;
			border-bottom-left-radius: 0;
		}
		.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
			border-top-right-radius: 0;
			border-bottom-right-radius: 0;
		}
		.mt-news a {
			font-size: 16px;
			padding: 0 15px 0 10px;
			margin-right: 2px;
			background-repeat: no-repeat;
			background-position: 7px center;
			display: block;
			white-space: nowrap;
		}
		.mt-scroll.mt-round .mt-news a {
			border-radius: 0;
		}
		.mt-hide {
			display: none;
		}
		
		/* Controls */
		.mt-controls {
			border: 8px solid #f1f1f1;
			margin-left: 2px;
			position: absolute;
			right: 0;
			xxborder-left: 10px solid #fff;
            z-index: 99;
			/* Preload */
			background-repeat: no-repeat;
			background-position: -1000px;
		}
		.mt-play, .mt-prev, .mt-next {
			width: 26px;
			height: 26px;
			margin-left: 1px;
			background-repeat: no-repeat;
			background-position: center;
			float: left;
			cursor: pointer;
		}
		.mt-round .mt-next {
			border-radius: 0;
		}
			.mt-next,.mt-prev {
			display: none;
		}
		
		