@charset "utf-8";
.modern-ticker{
	width:900px;height:30px;line-height:30px;padding:2px;font-size:16px;position:relative;overflow:hidden
}
.modern-ticker a{
	text-decoration:none;
}
.modern-ticker ul{
	margin:0;padding:0;list-style:none;
}
.mt-news{
	height:100%;overflow:hidden;float:left;
}
.mt-news li a{
	color:#6A6A6A !important;	
}
.mt-news li a:hover{
	color:#000 !important;
}
.mt-news ul{
	width:50000px;background-repeat:no-repeat;background-position:-1000px;
}
.mt-news li{
	float:left;
}
.mt-hide{
	display:none;
}
.mt-play,.mt-prev,.mt-next{
	cursor:pointer;
	float:left;
}


/**********  Preview CSS  *********/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.modern-ticker {
	margin-bottom: 50px;
}
/******** Theme 1 CSS *********/
/* Ticker */
.modern-ticker {
}
/* News */
.mt-news {
	float:left;
	width:700px;
}
.mt-news ul {
}
.mt-news a {
	color: #6A6A6A;
	font-weight:bold;
}
.mt-news a:hover {
	color: #6A6A6A;
}
/* Controls */
.mt-controls {
	float:right;
}