/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {position: relative;margin:0 0 0 28px;}
.jcarousel-clip {z-index: 2;padding: 0;margin: 0;overflow: hidden;position: relative;width:552px;left:10px;}
.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: 262px;height: 230px;margin:0 7px;}
/**
 * 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;background:url(../images/next.gif) no-repeat;width:26px;height:26px;float:right;margin:105px 3px 0 0;}
.jcarousel-prev {z-index: 3;background:url(../images/prev.gif) no-repeat;width:26px;height:26px;float:left;margin-top:105px;}



#carouseldesmarques {background:url(../images/line-carousel.gif) center top no-repeat;margin-bottom:35px;padding-top:5px;}
#carouseldesmarquesbottombg {background:url(../images/line-carousel.gif) center bottom no-repeat;margin-bottom:80px;padding-top:5px;}
#carouseldesmarques ul {}
#carouseldesmarques.jcarousel-container {position: relative;margin:0 0 0 0px;}
#carouseldesmarques .jcarousel-clip {z-index: 2;padding: 0;margin: 0;overflow: hidden;position: relative;width:548px;left:10px;}
#carouseldesmarques .jcarousel-list {z-index: 1;overflow: hidden;position:relative;top:0;left:0;margin:0;padding:0;}

#carouseldesmarques .jcarousel-list li,#carouseldesmarques .jcarousel-item { float: left;list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 130px;height: 44px;margin:0 4px 0 3px;}

#carouseldesmarques .jcarousel-next {z-index: 3;background:url(../images/next.gif) no-repeat;width:26px;height:26px;float:right;margin:10px 3px 0 0;}
#carouseldesmarques .jcarousel-prev {z-index: 3;background:url(../images/prev.gif) no-repeat;width:26px;height:26px;float:left;margin-top:10px;}



.smallCarousel .jcarousel-container {position: relative;margin:0;}
.smallCarousel .jcarousel-clip {z-index: 2;padding: 0;margin: 0;overflow: hidden;position: relative;width:264px;left:0;}
#carouselRight.jcarousel-list {z-index: 1;overflow: hidden;position:relative;top:0;left:0;margin:0;padding: 0;}

#carouselRight .jcarousel-list li,#carouselRight .jcarousel-item { float: left;list-style: none; width: 264px;margin:0;height:240px;text-align:center;}

.smallCarousel .jcarousel-next {z-index: 3;background:url(../images/nextXS.gif) no-repeat;width:16px;height:16px;position:absolute;margin:0;float:none;right:5px;bottom:10px;}
.smallCarousel .jcarousel-prev {z-index: 3;background:url(../images/prevXS.gif) no-repeat;width:16px;height:16px;position:absolute;margin:0;float:none;left:5px;bottom:10px;}

