.jcarousel-skin-ConfChelt .jcarousel-container {
	width:180px;
	margin:10px auto;
}

.jcarousel-skin-ConfChelt .jcarousel-container-horizontal {
    width: 180px;
	height:230px;
    padding: 0px 45px;
}

.jcarousel-skin-ConfChelt .jcarousel-clip-horizontal {
    width: 180px;
	height:230px;
}

.jcarousel-skin-ConfChelt .jcarousel-item {
    width: 180px;
    height: 230px;
}

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

.jcarousel-skin-ConfChelt .jcarousel-item-placeholder {
    background: #fff;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ConfChelt .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 230px;
    cursor: pointer;
    background: url(next-default.gif) no-repeat center;
}

.jcarousel-skin-ConfChelt .jcarousel-next-horizontal:hover {
    background: url(next-full.gif) no-repeat center;
}

.jcarousel-skin-ConfChelt .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ConfChelt .jcarousel-next-disabled-horizontal:hover {
    cursor: default;
     background: url(prev-full.gif) no-repeat center;
}

.jcarousel-skin-ConfChelt .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 230px;
    cursor: pointer;
     background: url(prev-default.gif) no-repeat center;
}

.jcarousel-skin-ConfChelt .jcarousel-prev-horizontal:hover {
     background: url(prev-full.gif) no-repeat center;
}

.jcarousel-skin-ConfChelt .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ConfChelt .jcarousel-prev-disabled-horizontal:hover {
    cursor: default;
     background: url(prev-full.gif) no-repeat center;
}