/********/
/* NEWS */
/********/
#scroller_news .jcarousel-container {
    position: relative;
	width:284px;
    height:158px;
}

#scroller_news .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	width:284px;
    height:158px;
}

#scroller_news .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	width:284px;
    height:158px;
	
}

#scroller_news .jcarousel-list li,
#scroller_news .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width:284px;
    height:158px;
}





/**********/
/* PHOTOS */
/**********/
#scroller_photos .jcarousel-container {
    position: relative;
	width:500px;
    height:93px;
	float:left;
}

#scroller_photos .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	width:500px;
    height:95px;
}

#scroller_photos .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	width:500px;
    height:90px;
	
}

#scroller_photos .jcarousel-list li,
#scroller_photos .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width:284px;
    height:89px;
	padding-left:5px;
	background:url(../img/fonds/jcarousel_photos_ombre.jpg) bottom left no-repeat #f5f5f5;
}

#scroller_photos .jcarousel-list li img {
	border:1px solid #e8e8e8;
	border-bottom:none;
}