﻿    .anythingSlider
    {
        width: 190px;
        height: 57px;
        position: relative;
        direction:ltr;
        margin-bottom:12px;
        *margin-bottom:7px;
        margin-right:15px;
        background: #ddcfa5;
    }
    
  
	.Annoncement h6{margin-bottom:5px!important;margin-right:8px!important}
    .anythingSlider .wrapper
    {
        width: 163px;
        overflow: auto;
        height: 57px;        
        position: absolute;
        top: 0;
        left: 14px;

    }
    .anythingSlider .wrapper ul
    {
        width: 9999px;
        list-style: none;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        background: #ddcfa5;
    }
    .anythingSlider ul li
    {
        display: block;
        float: left;
        padding: 0;
        height: 57px;
        width: 163px;
        margin: 0;
        text-align:right
     }
     .anythingSlider ul li a{float:right}
     .anythingSlider ul li a img{margin-top:7px;padding:1px;border:1px #c0cad3 solid}
     .partnerstitlediv{ width:95px;padding:15px 10px 0px 0px}
     .partnerstitlediv a{font:bold 12px Arial;color:#7b6745}
    .anythingSlider .arrow
    {
        display: block;
        width:10px;
        height:57px;
        cursor: pointer;
    }
    .anythingSlider .forward
    {
        float:right;        
        background:url('/Style Library/Images_Rev2/RightArrow.gif') no-repeat
    }
    .anythingSlider .back
    {
        float:left;        
        background:url('/Style Library/Images_Rev2/LeftArrow.gif') no-repeat
    }
    .anythingSlider .forward:hover
    {
    }
    .anythingSlider .back:hover
    {
    }
    #thumbNav
    {
        display: none;
        position: relative;
        top: 10px;
        right: 46px;
        float: right;
        text-align: center;
    }
    #thumbNav a
    {
        display: none;
        color: #999;
        font: bold 12px Arial;
        text-decoration: none;
        display: block;
        padding: 2px 8px;
        height: 17px;
        background: url('/Style Library/IATImages/ControlStrip.png');
        text-align: center;
    }
    #thumbNav a:hover
    {
    }
    #thumbNav a.cur
    {
        display: none;
        background: url('/Style Library/IATImages/ControlStrip.png');
        color: #fff;
    }
    #start-stop
    {
        display: none;
        background: url('/Style Library/IATImages/PlayBtn.png');
        color: white;
        height: 21px;
        width: 27px;
        text-align: center;
        position: absolute;
        right: 21px;
        top: 10px;
    }
    #start-stop.playing
    {
        background: url('/Style Library/IATImages/PauseBtn.png');
    }
    #start-stop:hover
    {
    }
    .anythingSlider .wrapper ul ul
    {
        position: static;
        margin: 0;
        background: none;
        overflow: visible;
        width: auto;
        border: 0;
    }
    .anythingSlider .wrapper ul ul li
    {
        float: none;
        height: auto;
        width: auto;
        background: none;
    }
