
/* Ticker */
.modern-ticker {
	color: #fafafa;
}

	/* Label */
	.mt-label {
		background:url(../images/news-arrow.gif) right no-repeat #3d51a4; width: 120px;
	}
	
	/* News */
	.mt-news {
		background-color: #c6d2f3; width: 780px;
	}

	.mt-news ul {
		/* Preload */
		background-image:;
	}
	.mt-news a {
		color:#000; text-decoration:none; font-weight:bold; 
	}
	.mt-news a:hover {
		color:#000; text-decoration:none; font-weight:bold; cursor:default;
	}
	
	/* Controls */

	.mt-prev {
		background-image:url(../images/preview-arrow.gif);
	}
	.mt-next {
		background-image:url(../images/next-arrow.gif);
	}



.modern-ticker{width:980px;height:45px;line-height:45px;padding:0px;font-size:16px;position:relative;overflow:hidden; background-color:#c6d2f3; margin-top:24px; border: solid 1px #b7c6ef}
.modern-ticker a{text-decoration:none}
.modern-ticker ul{margin:0;padding:0;list-style:none}
.mt-round{border-radius:0px}
.mt-label{padding:0 14px 0 12px;float:left;}
.mt-round .mt-label{}
.mt-news{height:100%;overflow:hidden;float:left}
.mt-scroll .mt-news{background-color:transparent}
.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;font-size:13px; padding:0 10px 0 20px; display:block; height:20px; text-transform:uppercase; opacity:1;}
.mt-news a{}
.mt-hide{display:none; }
.mt-controls{height:100%;position:absolute;right:2px;background-repeat:no-repeat;background-position:-1000p}
.mt-prev,.mt-next{width:30px;height:20px;background-repeat:no-repeat;background-position:center;cursor:pointer; margin-top:3px; margin-right:15px;}
.mt-round .mt-next{border-radius:0}