/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	width:580px !important;
	height:280px;
	float:left;
	/*border:1px solid #fff;*/
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
	float:left;
	width:575px !important;
	height:280px !important;
    overflow: hidden;
    position: relative;
	/*border:1px solid #fff;*/
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
	height:280px !important;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li{
	float: left;
    list-style: none;
}

.jcarousel-list li a{float:left; border:1px solid #8698a2; 	background:url(/img/1903/presse/fond-article-carrousel.jpg) repeat-x; width: 170px !important; height: 265px !important; text-decoration:none; text-align:center; padding-top:5px}
.jcarousel-list li a:hover{background:url(/img/1903/presse/fond-article-carrousel-hover.jpg)}

.jcarousel-list li a p{font-size:10px; text-align:left; margin:10px 0 0 5px; width:150px; float:left; color:#000; cursor:pointer}
html > body .jcarousel-list li a p{font-size:10px; text-align:left; margin:10px 0 0 10px; width:150px; float:left; color:#000; cursor:pointer}
.jcarousel-list li a p span{font-size:9px; display:block; color:#6d7776}
.jcarousel-list li a p strong{display:block; color:#2e5164}

.jcarousel-item {
    /* We set the width/height explicitly. No width/height causes infinite loops. */
	float:left;
    width: 170px !important;
    height: 280px !important;
}
html > body .jcarousel-item {
    /* We set the width/height explicitly. No width/height causes infinite loops. */
	float:left;
    width: 170px !important;
    height: 270px !important;
}

/**
 * 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;
}
