@charset "utf-8";

[touch-action="none"]{
	-ms-touch-action: none;
	touch-action: none;
}
[touch-action="pan-x"]{
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
[touch-action="pan-y"]{
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
[touch-action="scroll"],[touch-action="pan-x pan-y"],[touch-action="pan-y pan-x"]{
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
}
	
.modern-ticker {
	width: 94%;
	height: 34px;
	line-height: 30px;
	margin:0;
	padding: 2px;
	font-size: 15px;
	font-weight:300;
	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 {
    float: left;
    margin-right: 2px;
    padding: 0 8px 0 12px;
	font-size:0.7em;
	font-weight:400;
	text-transform:uppercase;
}
.mt-round .mt-label {
    border-radius: 5px 0 0 5px;
}
.mt-news {
    height: 100%;
    overflow: hidden;
    float: left;
}
.mt-scroll .mt-news {
    background-color: transparent;
	background-color:#FFF;
}
.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: 0.9em;
    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 5px 5px 0;
}