/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.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-control {
	border-top:1px solid #dbdbdb;
	padding:5px 0 0 0;
	float:right;
	display:block;
	margin:10px 0 0 0;
	width:273px;
	text-align:right;
}

.jcarousel-control a {
    text-decoration: none;
    padding:8px 5px;
	display:block;
	float:right;
    margin:0 0 0 5px;
    color: #fff;
	font-size:1.1em;
	background:url(../visuels/bg_button.jpg) center center no-repeat;
}



.jcarousel-skin-tango .jcarousel-container-horizontal {
	display:block;
	float:left;
	height:195px;
	width:273px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  273px;
		height:115px;
}



.jcarousel-skin-tango .jcarousel-item-horizontal {
    width: 273px;
	height:115px;
	margin:0;
	padding:0;
	display:block;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
