.jcarousel-container {

}

.jcarousel-container-horizontal {
	width: 410px;
	height: 230px;
    padding: 20px 15px 0px 15px;
}

.jcarousel-clip-horizontal {
    width:  410px;
}

.jcarousel-item {
    width: 390px;
    padding: 0px 10px;
}

.jcarousel-item-horizontal {
	
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 115px;
    right: 0px;
    width: 10px;
    height: 54px;
    cursor: pointer;
    background: transparent url(bullet_arrow5.png) no-repeat 0 0;
}

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

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

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

.jcarousel-prev-horizontal {
    position: absolute;
    top: 115px;
    left: 0px;
    width: 10px;
    height: 54px;
    cursor: pointer;
    background: transparent url(bullet_arrow4.png) no-repeat 0 0;
}

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

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

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