@charset "utf-8";

/* Main */
.modern-ticker {
	width: 460px;
	height: 22px;
	line-height: 30px;
	color: #666666;
	position: relative;
	overflow:hidden;
}
.modern-ticker a {
	text-decoration: none;
	font-weight:normal;
}
.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mticker-round {
	border-radius: 7px;
}
	
	/* Label */
	.mticker-label {
		margin-right: 2px;
		padding: 0 8px 0 12px;
		background-color: #0099ff;
		float: left;
	}
	.mticker-round .mticker-label {
		border-radius: 5px 0 0 5px;
	}
	
	/* News */
	.mticker-news {

		overflow: hidden;
		float: left;
	}
	.mticker-scroll .mticker-news {
		background-color: transparent;
	}
	.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 {

		
		/* Preload */
		background-image: url("/images/ticker/mticker-bullet-over.png");
		background-repeat: no-repeat;
		background-position: -1000px;
	}
	.mticker-news li {
		float: left;
	}
	.mticker-news a {
		font-size: 12px;
		padding: 0 10px 0 0px;
		margin-right: 2px;
		color: #00ADDD;
		background-repeat: no-repeat;
		background-position: 7px center;
		display: block;
	}
	.mticker-news a:hover {
		color: #00ADDD;
		border-color: #ff2200;
		text-decoration:underline;
	}

	
	/* Controls */
	.mticker-controls {
		margin-left: 2px;
		height: 100%;
		float: right;
	    background-color: #b2b2b2;
		
		/* Preload */
		background-image: url("/images/ticker/mticker-pause.png");
		background-repeat: no-repeat;
		background-position: -1000px;
	}
	.mticker-play, .mticker-prev, .mticker-next {
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
		float: left;
	}
	.mticker-prev, .mticker-next {
		
	}
	.mticker-prev {
		background-image: url("/images/ticker/mticker-arrow-prev.png");
	}
	.mticker-next {
		background-image: url("/images/ticker/mticker-arrow-next.png");
	}
	.mticker-round .mticker-next {
		border-radius: 0 5px 5px 0;
	}
	.mticker-play {
	
		background-image: url("/images/ticker/mticker-play.png");
	}
	.mticker-pause {
		background-image: url("/images/ticker/mticker-pause.png");
	}

#ticker {
    margin-top: 20px;
    height: 22px;
    margin-bottom: 10px;
}