﻿.preTicker {
    background: url("../images/fondChamp.png") repeat-x scroll 0 0 #FFFFFF;
    border-bottom: 1px dotted #CCCCCC;
    font-size: 13px;
    height: 22px;
    padding-right: 10px;
    padding-top: 5px;
    position: relative;
	color:#f60;
}

.tickercontainer { /* the outer div */
    margin-left: 240px;
    margin-top: -23px;
    overflow: hidden;
    padding-left: 10px;
    width: 720px;
	color:#666;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
padding-left: 10px;
padding-right: 10px;
top: 4px;
height: 18px;
/*width: 718px;*/
overflow: hidden;
}
#webTicker { /* that's your list */
position: relative;
margin-left: 20px;
list-style-type: none;
margin: 0;
padding: 0;

}
#webTicker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding-right: 60px;
margin-top : -3px;
font-size : 12px;
/*background: #fff;*/
}

#webTicker span {
margin: 0 10px 0 0;
} 