#carousel_productaction {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#carousel_productaction li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

#tpl_front_animation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#tpl_front_animation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

.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 {
    float: left;
    list-style: none;
	 width: 230px;
    height: 100px;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}

.jcarousel-skin-productaction .jcarousel-container-horizontal {
    width: 220px;
	 height: 100px;
	 min-height: 100px;
	 max-height: 100px;
	 overflow: hidden;
	 padding-top: 25px;
}

.jcarousel-skin-productaction .jcarousel-container-vertical {
    width: 220px;
    height: 100px;
	 overflow: hidden;
}

.jcarousel-skin-productaction .jcarousel-clip-horizontal {
    width:  230px;
    height: 100px;
}

.jcarousel-skin-productaction .jcarousel-clip-vertical {
    width:  230px;
    height: 100px;
}

.jcarousel-skin-productaction .jcarousel-item {
    width: 230px;
    height: 100px;
}

.jcarousel-skin-productaction .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-productaction .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-productaction .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-productaction .jcarousel-next-horizontal {
   position: absolute;
   top: 6px;
   right: 0px;
   width: 10px;
   height: 10px;
   cursor: pointer;
	background-image: url(../image/web/carousel/next.gif);
	background-repeat: no-repeat;
}
.jcarousel-skin-productaction .jcarousel-prev-horizontal {
   position: absolute;
   top: 6px;
   left: 0px;
   width: 10px;
   height: 10px;
   cursor: pointer;
	background-image: url(../image/web/carousel/prev.gif);
	background-repeat: no-repeat;
}

@media Print {
	.jcarousel-skin-productaction .jcarousel-next-horizontal, .jcarousel-skin-productaction .jcarousel-prev-horizontal {
		background-image: none;
	}
}


/* SKIN FRONTPAGE ANIMATION */
#tpl_front_animation li,
#tpl_front_animation .jcarousel-item {
    float: left;
    list-style: none;
	 width: 640px;
    height: 160px;
}
#tpl_front_animation .jcarousel-container-horizontal {
    width: 640px;
	 height: 160px;
	 min-height: 160px;
	 max-height: 160px;
	 overflow: hidden;
}
#tpl_front_animation .jcarousel-container-vertical {
    width: 640px;
    height: 160px;
	 overflow: hidden;
}
#tpl_front_animation .jcarousel-clip-horizontal {
    width:  640px;
    height: 160px;
}
#tpl_front_animation .jcarousel-clip-vertical {
    width:  640px;
    height: 160px;
}
#tpl_front_animation .jcarousel-item {
    width: 640px;
    height: 160px;
}
#tpl_front_animation .jcarousel-item-horizontal {
    margin-right: 0px;
}
#tpl_front_animation .jcarousel-item-vertical {
    margin-bottom: 0px;
}
#tpl_front_animation .jcarousel-item-placeholder {

}
