@charset "utf-8";.modern-ticker
{
	height:34px;
	line-height:30px;
	padding:0px;
	font-size:16px;
	color:#fafafa;
	position:relative;
}
.modern-ticker a
{
}
.modern-ticker ul
	{
	margin:0;
	padding:0;
	list-style:none
}
.mticker-round
{
	border-radius:7px
}
.mticker-label
{
	margin-right:2px;
	padding:0 0px 0 0px;
	float:left;	
	width:129px;
}
.mticker-round .mticker-label
{
	border-radius:5px 0 0 5px
}
.mticker-news
{
	background-color:#dadada;
	overflow:hidden;
	float:left
}
.mticker-scroll .mticker-news
{
	background-color:transparent;
	width:803px !important;
}
.mticker-round .mticker-news:first-child,.mticker-round .mticker-news:first-child a
{
	border-top-left-radius:5px;
	border-bottom-left-radius:5px
}
.mticker-round .mticker-news:last-child,.mticker-round .mticker-news:last-child a
{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px
}
.mticker-scroll.mticker-round .mticker-news a
{
	border-radius:0
}
.mticker-news ul
{
	width:50000px;
}
.mticker-news li
{
	float:left;
	padding:2px 0 0 0;
}
.mticker-news a
{
}


.mticker-controls
	{
	margin-left:2px;
	height:100%;
	float:right;
	position:relative;
	z-index:100;
}
.mticker-play,.mticker-prev,.mticker-next
{
	width:21px;
	height:33px;
	cursor:pointer;
	float:left
}
.mticker-prev,.mticker-next
{
}
.mticker-prev
{
	background:url(../images/bg-ticker-bt.jpg) no-repeat;
}
.mticker-next
{
	background:url(../images/bg-ticker-bt.jpg) no-repeat;
	background-position:-19px 0px;
}
.mticker-round .mticker-next
{
	
}
.mticker-play
{
	display:none;
}
.mticker-pause
{
}
.mticker-play:hover,.mticker-prev:hover,.mticker-next:hover
{
}
.mticker-play:active,.mticker-prev:active,.mticker-next:active
{
}
