@charset "utf-8";
/* 

simpla Ticker.css

*/

.ticker {
  background:url(../../css/img/braking_news.png)left center no-repeat;
  margin: 5px auto;
  padding: 0 0 0 165px;
  width: 100%;
  height:30px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.ticker ul {
  width: 100%;
  position: relative;
  margin-top:-4px;
}

.ticker ul li {
  width: 100%;
  display: none;
}

@media all and (min-width: 480px) and (max-width: 768px) {
.ticker {
	background:url(../../css/img/icon-ticker.png)left center no-repeat;
	margin:0 auto 0 auto;
	padding:0 0 0 20px;
	width:100%;
	text-arign:left;
	position:relative;
	height:30px;
	}
	
}

@media all and (max-width: 480px) {
	.ticker {
	background:url(../../css/img/icon-ticker.png)left center no-repeat;
	margin:0 auto 0 auto;
	padding:0 0 0 10px;
	width:100%;
	text-arign:left;
	position:relative;
	height:30px;
	}

}
