
.jcarousel-skin-tango .jcarousel-container {
 height: 200px; width:250px; /*border:1px solid black;*/
    margin:0; padding:0; list-style-type:none;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 250px; margin:0;
    padding: 0px 0px; /*border:1px solid red;*/
}


.jcarousel-clip-horizontal {
    width:250px; height:190px; padding:0; /*border:1px solid blue;*/
}


.jcarousel-skin-tango .jcarousel-item {width:250px; height:200px; margin:0; padding:0;  }


.jcarousel-skin-tango .jcarousel-item-placeholder {
    padding:0; height:188px; width:250px; /*border:1px solid blue;*/
}

.jcarousel-skin-tango .jcarousel-item-placeholder div {width:250px; background:url(/medias/communs/acceuilbox_bgimages.gif) right 21px no-repeat;}

.jcarousel-skin-tango .jcarousel-item-placeholder a {border:none; }
.jcarousel-skin-tango .jcarousel-item-placeholder img {border:none;}

.jcarousel-skin-tango .jcarousel-item-placeholder div p {margin:0.9em 0 0 18px; font-size:0.7em; text-align:left; color:#00549f	}

/* Horizontal Buttons */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 70px;
    right: -5px;
    width: 20px; padding:0; overflow:hidden; text-indent:-999px;
    height: 20px;
    cursor: pointer; 
    background:url(../../../medias/communs/b_next1.png) no-repeat center center
    
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background:url(../../../medias/communs/b_next2.png) no-repeat center center
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background:url(../../../medias/communs/b_next2.png) no-repeat center center
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default; color:#ccc;
  background:url(../../../medias/communs/b_next3.png) no-repeat center center
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 70px;
    left: -5px;
    width: 20px; padding:0; overflow:hidden; text-indent:-999px;
    height: 20px;
   cursor: pointer; /*border:1px solid #000;*/
    background:url(../../../medias/communs/b_prev1.png) no-repeat center center
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background:url(../../../medias/communs/b_prev2.png) no-repeat center center
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background:url(../../../medias/communs/b_prev2.png) no-repeat center center
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default; color:#ccc;
   background:url(../../../medias/communs/b_prev3.png) no-repeat center center
}

/**
 *  Vertical Buttons
 */
/*.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 23px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}*/
