.jcarousel-container {
    width: 218px;
    padding: 10px 40px 0 40px;
}

.jcarousel-clip {
    width:  220px;
    height: 200px;
}

.jcarousel-list {
    width:  218px;
    height: 200px;
}

.jcarousel-list li {
    width: 218px;
    height: 218px;
	text-align: center;
    margin-right: 8px;
}

.jcarousel-item-placeholder {
    background: #fff url(../../images/jcarousel/jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 85px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../../images/jcarousel/jcarousel_next.png) no-repeat 0 0;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 85px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../../images/jcarousel/jcarousel_prev.png) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/* Product Detailphoto Carousel */
#product_detail_images .jcarousel-container {
    width: 210px;
    padding: 0 25px 0 25px;
	margin: 0 10px 10px 10px;
}

#product_detail_images .jcarousel-clip {
    width:  207px;
    height: 66px;
}

#product_detail_images .jcarousel-list {
    width:  205px;
    height: 66px;
}

#product_detail_images .jcarousel-list li {
    height: 66px;
	text-align: center;
	margin: 0;
}

#product_detail_images .jcarousel-item-placeholder {
    background: #fff url(../../images/jcarousel/jcarousel_loading.gif) 50% 50% no-repeat;
}

/**
 *  Horizontal Buttons
 */
#product_detail_images .jcarousel-next-horizontal, #product_detail_images .jcarousel-prev-horizontal {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../../images/button-sprite.gif) no-repeat 0 -160px;
}

#product_detail_images .jcarousel-next-horizontal:hover {
    background-position: 0 -180px;
}

#product_detail_images .jcarousel-next-horizontal:active {
    background-position: -20px -160px;
}

#product_detail_images .jcarousel-next-disabled-horizontal,
#product_detail_images .jcarousel-next-disabled-horizontal:hover,
#product_detail_images .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -20px -180px;
}

#product_detail_images .jcarousel-prev-horizontal {
	left: 0;
	background-position: -40px -160px;
}

#product_detail_images .jcarousel-prev-horizontal:hover {
    background-position: -40px -180px;
}

#product_detail_images .jcarousel-prev-horizontal:active {
    background-position: -60px -160px;
}

#product_detail_images .jcarousel-prev-disabled-horizontal,
#product_detail_images .jcarousel-prev-disabled-horizontal:hover,
#product_detail_images .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -60px -180px;
}

