@charset "utf-8";
.modern-ticker {
	width: 100%;
	height: 34px;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
	margin-top: 20px;
}

.modern-ticker a {
	text-decoration: none
}

.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.mt-round {
	border-radius: 0px;
}

.mt-body {
	margin: 2px;
	position: relative
}

.mt-label {
	margin-right: 2px;
	padding: 0 8px 0 12px;
	position: absolute;
	left: 0
}

.mt-round .mt-label {
	border-radius: 0px 0 0 0px;
	font-weight: 600;
}

.mt-news {
	overflow: hidden;
	position: absolute
}

.mt-scroll .mt-news {
	background-color: transparent;
}

.mt-news ul {
	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: 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: 15px;
	padding: 0 10px 0 20px;
	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
}

.mt-controls {
	margin-left: 2px;
	position: absolute;
	right: 0;
	background-repeat: no-repeat;
	background-position: -1000px
}

.mt-next,
.mt-play,
.mt-prev {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	cursor: pointer
}

.mt-round .mt-next {
	border-radius: 0 5px 5px 0
}
.modern-ticker {
	color: #fafafa;
	background-color: #f75145;
}

.mt-label {
	background-color: #f75145;
}

.mt-news {
	background-color: #773d3d;
}

.mt-preloader {
	background: url(../img/preloader.gif) no-repeat center
}

.mt-news ul {
	background-image: url(../img/bullet-over.png)
}

.mt-news a {
	color: #ffffff;
	background-color: #f75145;
	background-image: url(../img/bullet.png);
}

.mt-news a:hover {
	color: #ffffff;
	border-color: #f75145;
	background-image: url(../img/bullet-over.png);
}

.mt-news a:active {
	background-color: #f75145;
}

.mt-controls {
	background-image: url(../img/pause.png)
}

.mt-next,
.mt-prev {
	background-color: #f75145;
}

.mt-prev {
	background-image: url(../img/arrow-prev.png)
}

.mt-next {
	background-image: url(../img/arrow-next.png)
}

.mt-play {
	background-color: #f75145;
	background-image: url(../img/play.png);
}

.mt-pause {
	background-image: url(../img/pause.png)
}

.mt-next:hover,
.mt-play:hover,
.mt-prev:hover {
	background-color: #f75145;
}

.mt-next:active,
.mt-play:active,
.mt-prev:active {
	background-color: #f40
}