.jscroller2_up, .jscroller2_down, .jscroller2_left, .jscroller2_right {
 margin: 0;
 padding: 0;
}

.jscroller2_left, .jscroller2_right, .jscroller2_left_endless, .jscroller2_right_endless {
 white-space: nowrap;
}
/* ************      Scroller Box    ******************/
#scroller {
    height              : 45px;
    background          : #ebecec;
}
#scroller img {
    margin-top          : 12px;
    float               : left;
}
#scroller_container {
    width               : 78%;
    height              : 45px;
    overflow            : hidden;
    background          : #EBECEC;
    float               : left;
}
#logo_liste_deroulante {
    width               : 113px;
    height              : 45px;
    background          : #EBECEC;
    float               : left;
}
#direction1 {
    height              : 25px;
}
#direction2 {
    height              : 25px;
}
* CSS Hack Safari */
#dummy {;# }

ul.scroller {
    list-style          : none;
    margin-top          : 16px;
    height              : 25px;
    padding             : 0;
}
ul.scroller li {
    display             : inline;
    height              : 25px;
}
ul.scroller li a, ul.scroller li a:link, ul.scroller li a:visited {
    text-decoration     : none;
    color               : #fff;
    text-transform      : uppercase;
    font-weight         : bold;
}
ul.scroller li a:hover {
    text-decoration     : underline;
}