.Carousel-container {
	position: relative;
}
.Carousel-clip {
	z-index: 2; position: relative; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; overflow: hidden; padding-top: 0px;
}
.Carousel-list {
	z-index: 1; position: relative; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; overflow: hidden; top: 0px; padding-top: 5px; left: 0px
}
.Carousel-list LI {
	list-style-type: none; width: 90px; float: left; height: 110px; list-style-image: none
}
.Carousel-item {
	list-style-type: none; width: 90px; float: left; height: 110px; list-style-image: none
}
.Carousel-next {
	z-index: 3; display: none
}
.Carousel-prev {
	z-index: 3; display: none
}
/************************************************************************************************************/
.Carousel-skin .Carousel-container {
	background:transparent; 
}
.Carousel-skin .Carousel-container-horizontal {
	padding-bottom: 5px; padding-left: 25px; width:204px; padding-right: 25px; /* Largeur à modifier */
}
.Carousel-skin .Carousel-container-vertical {
	padding-bottom: 40px; padding-left: 20px; width: 100px; padding-right: 20px; height: 245px; padding-top: 40px;
}
.Carousel-skin .Carousel-clip-horizontal {
	width: 204px; height: 110px; /* Largeur à modifier */
}
.Carousel-skin .Carousel-clip-vertical {
	width: 100px; height: 400px;
}
.Carousel-skin .Carousel-item {
	width: 100px; height:110px;
    background: transparent url(loading-small.gif) 45px 40px no-repeat;
	cursor: pointer;
}
.Carousel-skin .Carousel-item:hover {
	cursor:pointer;
	margin-top:-5px;
}

.Carousel-skin .Carousel-item-horizontal {
	margin-right: 2px;
}
.Carousel-skin .Carousel-item-vertical {
	margin-bottom: 10px;
}
.Carousel-skin .Carousel-item-placeholder {
	background: #fff; COLOR: #000
}

.Carousel-skin .Carousel-next-horizontal {
	position: absolute; width: 12px; background: url(next-horizontal.png) no-repeat 0px 0px; height: 20px; top: 10px; cursor: pointer; right:10px
}
.Carousel-skin .Carousel-next-horizontal:hover {
	background-position: -10px 0px
}
.Carousel-skin .Carousel-next-horizontal:active {
	background-position: -24px 0px
}
.Carousel-skin .Carousel-next-disabled-horizontal {
	background-position: -36px 0px; cursor: default
}
.Carousel-skin .Carousel-next-disabled-horizontal:hover {
	background-position: -36px 0px; cursor: default
}
.Carousel-skin .Carousel-next-disabled-horizontal:active {
	background-position: -36px 0px; cursor: default
}
.Carousel-skin .Carousel-prev-horizontal {
	position: absolute; width: 12px; background: url(prev-horizontal.png) no-repeat 0px 0px; height: 20px; top: 10px; cursor: pointer; left:8px
}
.Carousel-skin .Carousel-prev-horizontal:hover {
	background-position: -13px 0px
}
.Carousel-skin .Carousel-prev-horizontal:active {
	background-position: -24px 0px
}
.Carousel-skin .Carousel-prev-disabled-horizontal {
	background-position: -36px 0px; cursor: default
}
.Carousel-skin .Carousel-prev-disabled-horizontal:hover {
	background-position: -36px 0px; cursor: default
}
.Carousel-skin .Carousel-prev-disabled-horizontal:active {
	background-position: -36px 0px; cursor: default
}
.Carousel-skin .Carousel-next-vertical {
	position: absolute; width: 32px; bottom: 5px; background: url(next-vertical.png) no-repeat 0px 0px; height: 32px; cursor: pointer; left: 43px
}
.Carousel-skin .Carousel-next-vertical:hover {
	background-position: 0px -32px
}
.Carousel-skin .Carousel-next-vertical:active {
	background-position: 0px -64px
}
.Carousel-skin .Carousel-next-disabled-vertical {
	background-position: 0px -96px; cursor: default
}
.Carousel-skin .Carousel-next-disabled-vertical:hover {
	background-position: 0px -96px; cursor: default
}
.Carousel-skin .Carousel-next-disabled-vertical:active {
	background-position: 0px -96px; cursor: default
}
.Carousel-skin .Carousel-prev-vertical {
	position: absolute; width: 32px; background: url(prev-vertical.png) no-repeat 0px 0px; height: 32px; top: 5px; cursor: pointer; left: 43px
}
.Carousel-skin .Carousel-prev-vertical:hover {
	background-position: 0px -32px
}
.Carousel-skin .Carousel-prev-vertical:active {
	background-position: 0px -64px
}
.Carousel-skin .Carousel-prev-disabled-vertical {
	background-position: 0px -96px; cursor: default
}
.Carousel-skin .Carousel-prev-disabled-vertical:hover {
	background-position: 0px -96px; cursor: default
}
.Carousel-skin .Carousel-prev-disabled-vertical:active {
	background-position: 0px -96px; cursor: default
}

