.newsticker-holder{
	height:32px;
	background:#AD1E22;
	color:#FFF;
	position:fixed;
	bottom:0;
	left:50%;
	clear: both;
	width: 990px;
	padding:0;
	margin:0 0 0 -495px;
	overflow:hidden;
	box-shadow:0px -2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0px -2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px -2px 5px rgba(0,0,0,0.3);
	z-index:9999999;
}
.newsticker{
	width: 990px;
	padding:0;
	margin:0;
	overflow:hidden;
	height:32px;
}
.newsticker ul{
	width:5000px;
	position:absolute;
}
.newsticker ul li{
	margin:0;
	padding:0 30px 0 10px;
	float:left;
	width:auto;
	font-size:14px;
	background:#AE0000 url(/sites/all/modules/nxt_newsticker/images/alert.jpg) right center no-repeat;
}
.newsticker ul li a span.h2{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0;
}
.newsticker ul li a span.h3{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 15px;
	font-weight: normal;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0;
}
.newsticker ul li .marquee .scrolling-text{
	white-space:nowrap;
	font-weight:normal;
	color:#FFF;
	font-size:14px;
	line-height:20px;
	height:20px;
	font-weight:normal;
	position:absolute;
	left:0;
	top:0;
}
.newsticker ul li a{
	display: block;
}
.newsticker-arrows{
	position:absolute;
	right:10px;
	top:10px;
	width:30px;
}
.newsticker-arrows .left,
.newsticker-arrows .right{
	display:inline-block;
	overflow:hidden;
	width:15px;
	height:25px;
	text-indent:-1000px;
	background:transparent url(/sites/all/modules/nxt_newsticker/images/arrows.png) 0px 0px no-repeat;
	padding:0;
	margin:0;
	cursor:pointer;
}
.newsticker-arrows .right{
	background-position:-36px 0px;
	margin-left:0;
}

#info{
	border:1px solid red;
	height:50px;
}