.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-tango{
	float:left;
	clear:both;
	padding-bottom:15px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 640px;
    padding: 0 21px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  640px;
    height: 710px;
}

.jcarousel-skin-tango .jcarousel-item{
    width: 640px !important;
    height: 710px !important; /* pour ne pas masquer la légende des photos qui font 640 de haut. */ 
}

#mycarousel {
    width: 1000000px !important;
    height: 710px !important; /* pour ne pas masquer la légende des photos qui font 640 de haut. */
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 1px;
    text-align: center;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 153px;
    right: 3px;
    width: 15px;
    height: 27px;
    cursor: pointer;
    background: transparent url(../images/pictos/picto_popup_right.jpg) no-repeat left top;
	display:block;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 153px;
    left: 3px;
    width: 15px;
    height: 27px;
    cursor: pointer;
    background: transparent url(../images/pictos/picto_popup_left.jpg) no-repeat left;
	display:block;
}

.jcarousel-prev-disabled, .jcarousel-next-disabled{
	display:none !important;
}

/* FOR CHROME AND SAFARI */
@media screen and (-webkit-min-device-pixel-ratio:0)
{

.jcarousel-prev-disabled, .jcarousel-next-disabled{
	display:block !important;
}

}