﻿    .anythingSlider
    {
        width: 176px;
        height: 130px;
        position: relative;
        direction:ltr;
        margin-bottom:12px;
        *margin-bottom:7px;
        margin-right:0px;
        margin-left:0px;
        background: #fff;
    }
    
  
	.Annoncement h6{margin-bottom:5px!important;margin-right:8px!important}
    .anythingSlider .wrapper
    {
        width: 150px;
        overflow: auto;
        height: 130px;        
        position: absolute;
        top: 0;
        left: 14px;

    }
    .anythingSlider .wrapper ul
    {
        width: 9999px;
        list-style: none;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        background: transparent;
    }
    .anythingSlider ul li
    {
        display: block;
        float: left;
        padding: 0;
        height: 57px;
        width: 150px;
        margin: 0;
        text-align:right;
       
     }
     li.cloned{width:130px !important; margin-left:10px !important;}
     .anythingSlider ul li a{float:right;}
     .anythingSlider ul li a img{margin-top:7px;padding:1px;border:1px #c0cad3 solid}
     .partnerstitlediv{width:130px;padding:0px 10px 0px 0px}
     .partnerstitlediv a{font:bold 12px Tahoma;color:#766d61}
    .anythingSlider .arrow
    {
        display: block;
        width:13px;
        height:15px;
        margin-top:55px;
        cursor: pointer;
    }
    .anythingSlider .forward
    {
        float:right;        
        background:url('/Style Library/Images_Rev2/partner_right.gif') no-repeat;
    }
    .anythingSlider .back
    {
        float:left;        
        background:url('/Style Library/Images_Rev2/partner_left.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;
    }
    
    
#slider-code { height: 125px; overflow:hidden; }
#slider-code .viewport { float: left; width: 240px; height: 125px; overflow: hidden; position: relative; }
#slider-code .buttons { display: block; margin: 30px 10px 0 0; float: left; }
#slider-code .next { margin: 30px 0 0 10px;  }
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; position: absolute; padding: 0; margin: 0; left: 0; top: 0; }
#slider-code .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 121px; border: 1px solid #dcdcdc; width: 236px;}

