@import url('https://fonts.googleapis.com/css?family=Passion+One');

.bannerHolder {
	position:relative;
	padding-top:3px;
	padding-bottom:3px;
	overflow: hidden;
	display: block;
	width:100%; 
	height:50px; 
	text-align:center;
	}
.bannerRoller{
	position:relative;
	font-family:'Passion One', cursive;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	width:98%; 
	height:auto; 
	padding-bottom:0px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto; 
	}