/**
 * 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: 484px;
    height: 262px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


/**
 * CONTENU DU JCAROUSEL PROPRIETES
 */

.jcarousel-skin-ie7 .jcarousel-container {
	float:left;
	padding:0;
	margin:67px 0 0 0;
    width: 484px;
    height: 262px;
	font-size:1.2em;
}

.jcarousel-skin-ie7 .jcarousel-container-vertical {
    width: 484px;
    height: 262px;
    padding: 0;
}


.jcarousel-skin-ie7 .jcarousel-clip-vertical {
    width:  484px;
    height: 262px;
}

.jcarousel-skin-ie7 .jcarousel-item {
    width: 484px;
    height: 262px;
}

.jcarousel-skin-ie7 .jcarousel-item h2#tondeuse {margin:0; padding:0; z-index:5; width:484px; height:251px; background:url(../images/tondeuse.png); text-indent:-5000px;}
.jcarousel-skin-ie7 .jcarousel-item h2#cobovert80 {margin:0; padding:0; width:484px; height:251px; background:url(../images/cobovert-80-150.png); text-indent:-5000px;}
.jcarousel-skin-ie7 .jcarousel-item h2#cobovert160 {margin:0; padding:0; width:484px; height:251px; background:url(../images/cobovert-160-180.png); text-indent:-5000px;}
.jcarousel-skin-ie7 .jcarousel-item h2#broyeur {margin:0; padding:0; width:484px; height:251px; background:url(../images/broyeur.png); text-indent:-5000px;}
.jcarousel-skin-ie7 .jcarousel-item h2#cadet {margin:0; padding:0; width:484px; height:251px; background:url(../images/cadet.png); text-indent:-5000px;}

.jcarousel-skin-ie7 .jcarousel-item a {position:absolute; top:63px; left:270px; padding:0 0 0 35px; z-index:10; width:150px; height:30px; line-height:30px; font-weight:bold; background:url(../images/puce-voir-fiche.png) no-repeat left; color:#FFFFFF;}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-ie7 .jcarousel-next-vertical {
    position: absolute;
    top: 254px;
    left: 407px;
    width: 47px;
    height: 28px;
    cursor: pointer;
    background: transparent url(next.jpg) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-vertical {
    position: absolute;
    top: 254px;
    left: 454px;
    width: 37px;
    height: 28px;
    cursor: pointer;
    background: transparent url(prev.jpg) no-repeat 0 0;
}
