.jcarousel-container {
}

.jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-container-horizontal {
    width: 800px;
}

.jcarousel-container-vertical {
    width: 255px;
    height: 175px;
}

.jcarousel-clip {
    overflow: hidden;
}

.jcarousel-clip-horizontal {
    width:  770px;
    height: 23px;
}

.jcarousel-clip-vertical {
    width:  250px;
    height:175px;
}

.jcarousel-item {
}

.jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right:14px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../images/arrow-right.png) 0 0 no-repeat;
}


.jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: -24px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../images/arrow-left.png) 0 0 no-repeat;
}



/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    top: -24px;
    left: 66px;
    width: 102px;
    height: 18px;
    cursor: pointer;
    background: url(../images/arrow-up.png) 0 0 no-repeat;
}


.jcarousel-prev-vertical {
    position: absolute;
    bottom: -22px;
    left: 66px;
    width: 102px;
    height: 18px;
    cursor: pointer;
    background:  url(../images/arrow-down.png);
}


