#ticker_wrapper {
	text-align: left;
	font: normal 0.9em Arial;
	margin: 0 auto;
	color: black;
	display: block;
	position:relative;
	background:url(/html/images/newsticker/background_sh.gif) no-repeat top left;
	width:238px;
   height: 36px;
}
#ticker_wrapper a {
	text-decoration: none;
}


#footer #ticker_wrapper {
	position:relative;
	left:50px;
	bottom: 35px;
}

#gatewayFooter #ticker_wrapper {
	position:relative;
	left:35px;
	bottom: 35px;
}

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
	border: 2px solid #fe5b9f;
	background: #fff; 
	width: 100%; 
	height: 27px; 
	margin: 0; 
	padding: 0
	overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 98%;
	overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 850px;
	/* font: bold 10px Verdana; */
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	color: #4f2d7f;
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: none;
	white-space: nowrap;
}
ul.newsticker a {
	padding: 0;
	color: #4f2d7f;
	/* font: bold 10px Verdana; */
	margin: 0 50px 0 0;
	white-space: nowrap;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
	white-space: nowrap;
}
