.modern-ticker
{
	height: 30px;
	line-height: 30px;
	padding: 2px;
	font-size: 12px;
	position: relative;
	overflow: hidden;
}
.modern-ticker A
{
	text-decoration: none;
}
.modern-ticker UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.mt-round
{
	border-radius: 3px;
}
.mt-label
{
	margin-right: 2px;
	float: left;
	padding-left: 11px;
}
.mt-round .mt-label
{
	border-radius: 3px 0 0 3px;
	padding: 0 7px;
}
.mt-news
{
	height: 100%;
	overflow: hidden;
	float: left;
}
.mt-scroll .mt-news
{
	background-color: transparent;
}
.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-scroll.mt-round .mt-news A
{
	border-radius: 0;
}
.mt-news UL
{
	width: 50000px;
	background-repeat: no-repeat;
	background-position: -1000px;
}
.mt-news LI
{
	float: left;
}
.mt-news A
{
	font-size: 15px;
	padding: 0 10px 0 20px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
}
.mt-hide
{
	display: none;
}
.mt-controls
{
	margin-left: 2px;
	height: 100%;
	position: absolute;
	right: 2px;
	background-repeat: no-repeat;
	background-position: -1000px;
}
.mt-play, .mt-prev, .mt-next
{
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	float: left;
}
.mt-round .mt-next
{
	border-radius: 0 3px 3px 0;
	line-height: 1.5;
}
