@charset "utf-8";
.modern-ticker {
	width: 100%;
	height: 39px;
	line-height: 30px;
	/*background:url('../images/back-bourse.png') no-repeat -28px 0;*/
	/*padding: 6px 0;*/
	font-size: 13px;
	position: relative;
	overflow: hidden;
}
.modern-ticker a {
	text-decoration: none;
}
.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mt-round {
	border-radius: 7px;
}
.mt-label {
	margin-right: 2px;
	padding: 0 8px 0 12px;
	float: left;
	color:#fff;
	border-right:1px solid #6f6f6f;
}
.mt-round .mt-label {
	border-radius: 5px 0 0 5px;
}
.mt-news {
	height: 100%;
	overflow: hidden;
	float: left;
	/*width:468px !important;*/
}
.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 {
	background-repeat: no-repeat;
	background-position: -1000px;
}
.mt-news li {
	float: left;
	display:inline;
}
.mt-news a {
	font-size: 11px;
	padding: 4px 10px 5px 10px;
	/*margin-right: 2px;*/
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
	/*font-weight:bold;*/
	color:#fff;
	/*font-weight:700;*/
	/*border-right: 1px solid #6f6f6f;*/
	 -webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;

}

.mt-news a:hover {
	
	background:rgba(21, 83, 184, 0.33);
	/*color:#545454;*/
	 -webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;

}



.mt-news i {
	font-size: 10px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: inline;
	color:#fff;
}

.vert{
	color:#41b209 !important;
}

.red{
	color:#b20909 !important;
}


.mt-hide {
	display: none;
}
.mt-controls {
	margin-left: 2px;
	height: 99%;
	position: absolute;
	right: 2px;
	background-repeat: no-repeat;
	background-position: -1000px;
}
.mt-next, .mt-play, .mt-prev {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	float: left;
}

.mt-prev {
background-image: url(../images/prev.png);
}

.mt-next {
background-image: url(../images/next.png);
}

.mt-pause {
background-image: url(../images/pause.png);
}

.mt-play {
background-image: url(../images/play.png);
}



.mt-round .mt-next {
	border-radius: 0 5px 5px 0;
}
