@charset "utf-8";

/* Ticker */
.modern-ticker {
	color: #fafafa;
	/*background:#1F1F1F;*/
	background:url(../../images/css_images/header_background.png) left top repeat-x ;
}
	
	/* Label */
	.mt-label {
		/*background-color: #0099ff;*/
	}
	
	/* News */
	.mt-news {
		background-color: #dedede;
	}
	.mt-preloader {
		background: url("images/preloader.gif") no-repeat center;
	}
	.mt-news ul {
		/* Preload */
		background-image: url("images/bullet-over.png");
	}
	.mt-news a {
		color: #fff;
		/*background-color: #dedede;*/
		background-image: url("images/bullet-over.png");
	}
	.mt-news a:hover {
		color: #FFCC66;
		/*background-color: #0099ff;*/
		border-color: #ff2200;
		background-image: url("images/bullet-over.png");
	}
	.mt-news a:active {
		background-color: #0077ff;
	}
	
	/* Controls */
	.mt-controls {
		/* Preload 
		background-image: url("images/pause.png");*/
		padding:0 5px 0 7px;
	}
	.mt-prev, .mt-next {
		background-color: #0099ff;
	}
	.mt-prev {
		background: url(images/controls_icon.png) left top no-repeat; width:7px; height:12px; margin:9px 4px 0;
	}
	.mt-next {
		background: url(images/controls_icon.png) -32px top no-repeat; width:7px; height:12px; margin:9px 4px 0;
	}
	.mt-play {
		background: url(images/controls_icon.png) -46px top no-repeat; width:9px; height:12px; margin:9px 4px 0;
	}
	.mt-pause {
		background: url(images/controls_icon.png) -15px top no-repeat; width:9px; height:12px; margin:9px 4px 0;
	}
	
	.mt-prev:hover, .mt-next:hover { background-position:left bottom; } 
	.mt-next:hover { background-position:-32px bottom; }
	.mt-play:hover { background-position:-46px bottom; }
	.mt-pause:hover{ background-position: -15px bottom }
	
	.mt-play:active, .mt-prev:active, .mt-next:active {
		background-color: #ff4400;
	}
	
	
	
	
	
	
	
	
	