


.jcarousel-skin-hipstery .jcarousel-container-vertical {
    width:639px;
    height:90px;
}


.jcarousel-skin-hipstery .jcarousel-clip-vertical {
    width:  100%;
    height: 90px
}

.jcarousel-skin-hipstery .jcarousel-item-vertical {
    width:605px;
    height: 18px;
}



.jcarousel-skin-hipstery .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/**
 *  Vertical Buttons
 */
.jcarousel-skin-hipstery .jcarousel-next-vertical {
    position: absolute;
    bottom: -22px;
    left: 610px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next.gif) no-repeat center center;
}
.jcarousel-skin-hipstery .jcarousel-next-disabled-vertical,
.jcarousel-skin-hipstery .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-hipstery .jcarousel-next-disabled-vertical:active {
    cursor: default;

}

.jcarousel-skin-hipstery .jcarousel-prev-vertical {
    position: absolute;
    top: -8px;
    left: 610px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev.gif) no-repeat center center;
}


.jcarousel-skin-hipstery .jcarousel-prev-disabled-vertical,
.jcarousel-skin-hipstery .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-hipstery .jcarousel-prev-disabled-vertical:active {
    cursor: default;
}






.jcarousel-skin-hipstery .jcarousel-container-horizontal {
    width:630px;
    padding: 0;
}


.jcarousel-skin-hipstery .jcarousel-clip-horizontal {
    width:630px;
    height: 276px;
}


.jcarousel-skin-hipstery .jcarousel-item-horizontal {
    width:630px;
    height: 276px;
}



/**
 *  Horizontal Buttons
 */
.jcarousel-skin-hipstery .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 32px;
    height: 276px;
    cursor: pointer;
    background: transparent url(right.gif) no-repeat center center;
}

.jcarousel-skin-hipstery .jcarousel-next-disabled-horizontal,
.jcarousel-skin-hipstery .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-hipstery .jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-skin-hipstery .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 32px;
    height: 276px;
    cursor: pointer;
    background: transparent url(left.gif) no-repeat center center;
}


.jcarousel-skin-hipstery .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-hipstery .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-hipstery .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}

