.jcarousel-skin-relatedproducts .jcarousel-container {
    background: #97999A;
}

.jcarousel-skin-relatedproducts .jcarousel-container-horizontal {
    /*width: 245px;*/
	width:850px;
	margin:0 auto
   	padding: 20px 0;
}

.jcarousel-skin-relatedproducts .jcarousel-clip-horizontal {
    /*width:  245px;*/
	width:750px;
    height: auto;
	position:relative;
	left:40px;
}


.jcarousel-skin-relatedproducts .jcarousel-item {
    width: 200px;
    height: auto;
	/*height:185px\9;*/
	padding:10px 0;
}

.jcarousel-skin-relatedproducts .jcarousel-item-horizontal {
    margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

