.tickerControl
{
	padding-left:10px;
	height:40px;
	background-color:#fff;
}

.tickercontainer { /* the outer div with the black border */
	border: 1px solid #000;
	width: 656px; 
	height: 25px; 
	margin: 0 0 0 0; 
	padding: 0 0 0 5px;
	border-width: 0px;
	overflow: hidden; 
	position: relative;
	zoom: 1; 
	float:left;
	background-color:#514B49;
}

.tickerControl span.title
{
	background-image: url("/Arbury/assets/images/title_newsticker.gif");
	background-repeat:no-repeat;
	float:left;
	width:103px;
	height:25px;
	background-color:#c00;
}

html>body.tickercontainer { /* the outer div  */
	width: 375px; 
	height: 30px; 
	margin: 0; 
	padding: 0;
	border-width: 0px;
	overflow: hidden; 
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 2px;
	top: 2px;
	border-width: 0px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;
	font: bold 10px Verdana;
	list-style-type: none;
	border-width: 0px;
	margin: 0;
	padding: 0;
	z-index: 1000;
	float:left;
	width:500px;
}
ul.newsticker li.tickerItem {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 8px 0 0 0;
	padding: 0;
	display: list-item;
	list-style-image: none;
	list-style-type: none;
	background:none;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	font-size: 1em;
	margin: 0 50px 0 0;
	color:#fff;
	text-decoration:none;
	border-bottom:none;
	background:none;
} 
ul.newsticker span {
	margin: 0 10px 0 0;
	background:none;
}

/*End styles for JQuery ticker*/