.jcarousel-clip-horizontal {
    width:  722px;
}
.jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 5px;
    width: 20px;
    height: 70px;
	padding: 0 3px;
    cursor: pointer;
    background: #F2F2F2 url(/images/basic/carousel_next.png) no-repeat -2px 50%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.jcarousel-next-horizontal:hover {
    background-position: -32px 50%;
	background-color: #318aea;
}

.jcarousel-next-horizontal:active {
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -62px 50%;
	background-color: #F2F2F2;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 5px;
    width: 20px;
    height: 70px;
	padding: 0 3px;
    cursor: pointer;
    background: #F2F2F2 url(/images/basic/carousel_prev.png) no-repeat -2px 50%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.jcarousel-prev-horizontal:hover {
    background-position: -32px 50%;
	background-color: #318aea;
}

.jcarousel-prev-horizontal:active {
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -62px 50%;
	background-color: #F2F2F2;
}