.tickercontainer { /* the outer div with the black border */
	/*float: right;
	height: 25px;
	margin: -8px 0 0;
	overflow: hidden;
	padding: 0;
	width: 810px;*/
	float: right;
    height: 31px;
    margin: -8px 0 0;
    overflow: hidden;
    padding: 0;
    width: 810px;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	/*position: relative;
	top: 8px;
	height: 18px;
	/*width: 718px;*/
	/*overflow: hidden;*/
	
	height: 28px;
    position: relative;
    top: 7px;
    vertical-align: middle;
}

ul.newsticker { /* that's your list */
	position: relative;
	/*left: 750px;*/
	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-right: 25px;
	/*background: #fff;*/
	font-size: 14px;
	color: #7d7d7d;
	font-weight: normal;
}