#Price_Marquee
{
    width:100%;
}
/************* bouton*****************/
.btUpH, .btDownH
{
    margin: auto;
    display: block;
    background-repeat: no-repeat;
    width: 10px;
    height: 21px;
}
.btUpH
{
    float: left;
    background-image: url(left.png);
    background-position: 0px 4px;
}
.btDownH
{
    float: right;
    background-image: url(right.png);
    background-position: 0px 4px;
}
.btUpHActive, .btDownHActive
{
    cursor:pointer;
}
/************* conteneur *****************/
.horizontale
{
	max-width:100%;
    width: 100%;
    margin: auto;
}
.marqueeBoxH
{
    overflow: hidden;
}
.marqueeBoxH
{
    float: left;
    display: inline-block;
    width: 100%;
    height: 40px;
    white-space: nowrap;
    cursor:move;
}
ul.ulTicker{
    margin: 0;
    padding: 5px 0;
    font-weight:bold;
}

.ulTicker li {
    display: inline; /*margin-right:10px;*/ /*Find at ltr &rtl*/
}
.ulTicker li span {
    display: inline; /*margin-right:5px;*/ /*Find at ltr &rtl*/ 
    color: #000;
}
.ulTicker li span.green{
    color:#319f31;
}
.ulTicker li span.red{
    color:#fe1e1e;
}
#Price_Marquee.marqueeBoxH {
    overflow: hidden;
    background: transparent;
    /*border-bottom: 2px solid #006838;*/
}
#Price_Marquee.marqueeBoxH
{
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    cursor:move;
}