/**
 * 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 {
	padding:0px;
	margin:0px;
	list-style:none;
    float: left;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 121px;
    height: 225px;
}

#main-content ul#home_carousel {
	margin:0px;
}
#main-content ul#home_carousel li {
	margin:0px;
	padding:0px;
}

.jcarousel-skin-portrait .jcarousel-container {
	width:365px;
}

.jcarousel-skin-portrait .jcarousel-clip {
	width:365px;
	height:170px;
	float:left;
	left:45px;
	top:-38px;
}

.jcarousel-skin-portrait .jcarousel-next-horizontal, .jcarousel-skin-portrait .jcarousel-prev-horizontal {
	float:left;
	height:35px;
	width:35px;
	margin:0px;
	text-indent:-9999em;
	position:relative;
	top:100px;
	cursor:pointer;
}

.jcarousel-skin-portrait .jcarousel-prev-horizontal {
	background:transparent url(../images/carroussel-fleche-gauche.gif) no-repeat scroll left top;
	left:5px;
}

.jcarousel-skin-portrait .jcarousel-next-horizontal {
	background:transparent url(../images/carroussel-fleche-droite.gif) no-repeat scroll left top;
	left:380px;
}

