﻿@charset "utf-8";

/* Ticker */
.flashnews {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	color: #fafafa;
	background-color: #e9e9e9;
	cursor: pointer;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.modern-ticker a {
	text-decoration: none;
}

.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mt-round {
	border-radius: 7px;
}

/* Body */
.mt-body {
	s: 1px;
	position: relative;
}

/* Label */
.mt-label {
	margin-right: 1px;
	padding: 0 8px 0 12px;
	position: absolute;
	left: 0;
	background-color: #0099ff; /* ## THEME ITEM ## */
}

.mt-round .mt-label {
	border-radius: 5px 0 0 5px;
}

/* News */
.mt-news {
	overflow: hidden;
	position: absolute;
	background-color: #e9e9e9; /* ## THEME ITEM ## */
}

.mt-preloader {
	background: url("/web/images/flashnews/preloader.gif") no-repeat center;
}

.mt-scroll .mt-news {
	background-color: #e9e9e9; /* ## THEME ITEM ## */
}

.mt-news ul { /* Preload */
	background-repeat: no-repeat;
	background-position: -1000px;
	list-style: none;
	padding: 0;
	margin: 0; /* ## THEME ITEM ## */
	/*background-image: url("/web/images/flashnews/bullet-over.png");*/
}

.mt-news li {
	float: left;
	font-size: 15px;
	padding: 0 10px 0 20px;
	margin-right: 1px;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
	white-space: nowrap;
	color: #545454; /* ## THEME ITEM ## */
	background-image: url("/web/images/flashnews/bullet.png"); /* ## THEME ITEM ## */
}

.mt-news li:hover {
	color: #545454; /* ## THEME ITEM ## */
	background-color: #fff; /* ## THEME ITEM ## */
	border-color: #993722; /* ## THEME ITEM ## */
	/*background-image: url("/web/images/flashnews/bullet-over.png");*/ /* ## THEME ITEM ## */
}

.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:active {  }

.mt-scroll.mt-round .mt-news a {
	border-radius: 0;
}

.mt-hide {
	display: none;
}

/* Controls */
.mt-controls {
	margin-left: 1px;
	position: absolute;
	right: 0;
	/* Preload */
	background-repeat: no-repeat;
	background-position: -1000px;
	background-color: #fff;
	background-image: url("/web/images/flashnews/pause.png"); /* ## THEME ITEM ## */
}

.mt-play,.mt-prev,.mt-next {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	cursor: pointer;
	background-color: #e9e9e9; /* ## THEME ITEM ## */
}

.mt-round .mt-next {
	border-radius: 0 5px 5px 0;
}

.mt-prev {
	background-image: url("/web/images/flashnews/arrow-prev.png"); /* ## THEME ITEM ## */
}

.mt-next {
	background-image: url("/web/images/flashnews/arrow-next.png"); /* ## THEME ITEM ## */
}

.mt-play {
	background-color: #e9e9e9; /* ## THEME ITEM ## */
	background-image: url("/web/images/flashnews/play.png"); /* ## THEME ITEM ## */
}

.mt-pause {
	background-image: url("/web/images/flashnews/pause.png"); /* ## THEME ITEM ## */
}

.mt-play:hover,.mt-prev:hover,.mt-next:hover {
	background-color: #fff; /* ## THEME ITEM ## */
}

.mt-play:active,.mt-prev:active,.mt-next:active {
	background-color: #fff; /* ## THEME ITEM ## */
}