.jcarousel-skin-live-area-home .jcarousel-container {

}
.jcarousel-skin-live-area-home .jcarousel-container-horizontal {
	width: 940px;
	padding: 0;
}
.jcarousel-skin-live-area-home .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-live-area-home .jcarousel-clip-horizontal {
	width:  900px;
	height: 229px;
	z-index: 110;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.jcarousel-skin-live-area-home .jcarousel-item {
	width: 190px;
	height: 200px;
	padding: 15px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.jcarousel-skin-live-area-home .jcarousel-item-horizontal {
	margin-left: 0;
	margin-right: 10px;
}
.jcarousel-skin-live-area-home .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-live-area-home .jcarousel-next-horizontal {
	width: 40px;
	height: 40px;
	top: 75px;
	right: -20px;
	position: absolute;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.jcarousel-skin-live-area-home .jcarousel-next-horizontal:hover,
.jcarousel-skin-live-area-home .jcarousel-next-horizontal:focus {
    /*background-position: -56px 0;*/
}
.jcarousel-skin-live-area-home .jcarousel-next-horizontal:active {
	/* Not used */
}
.jcarousel-skin-live-area-home .jcarousel-next-disabled-horizontal,
.jcarousel-skin-live-area-home .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-live-area-home .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-live-area-home .jcarousel-next-disabled-horizontal:active {
	/* Not used */
}
.jcarousel-skin-live-area-home .jcarousel-prev-horizontal {
	width: 40px;
	height: 40px;
	top: 75px;
	position: absolute;
	cursor: pointer;
	left: -20px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.jcarousel-skin-live-area-home .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-live-area-home .jcarousel-prev-horizontal:focus {
    /*background-position: -56px 0;*/
}
.jcarousel-skin-live-area-home .jcarousel-prev-horizontal:active {
	/* Not used */
}
.jcarousel-skin-live-area-home .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-live-area-home .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-live-area-home .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-live-area-home .jcarousel-prev-disabled-horizontal:active {
	/* Not used */
}
* {
	margin: 0px;
}
.jcarousel-next.jcarousel-next-horizontal {
	background-image: url(../images/sales/arrow.png);
	background-repeat: no-repeat;
	background-position: -40px 0px;
}
.jcarousel-prev.jcarousel-prev-horizontal {
	background-image: url(../images/sales/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
