#jobTickerList {
	display : block;
	list-style:none;
	width:780px;
	padding : 0px;
	margin: 2px 0px 0px 4px;
	overflow:hidden; 
	position:relative;
	overflow:hidden;
}

#jobTickerList li {
	margin-left:0px;
}

.mask {
	width:780px;
}


.jobTicker {
	float:left;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:95%;
	color:#FFFFFF;
	width:780px;
	height : 16px;
	overflow:hidden;
}

.jobTicker a:link,.jobTicker a:active,.jobTicker a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

.tickercontainer { /* the outer div with the black border */
	width: 780px; 
	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: 5px;
	top: 0px;
	width: 780px;
	overflow: hidden;
}
ul.newsticker {
	position: relative;
	left: 780px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 30px 0 0;
}

ul.newsticker span {
	margin: 0 0px 0 0;
} 
.txt_grow_highlight {
	color: #c00016;
	font-size: 9px;
}
.txt_qualifier {
	color: #8f8f8f;
}
