.jcarousel-skin-potins .jcarousel-container {
}


.jcarousel-skin-potins .jcarousel-container-vertical {
    width: 336px !important;
    height: 360px !important;
    padding:5px 0 5px 0;
	margin-top:20px;
}

.jcarousel-skin-potins .jcarousel-clip-vertical {
    width:  336px !important;
    height: 350px !important;
}

.jcarousel-skin-potins .jcarousel-item {
    width: 312px !important;
    height: 55px !important;
}

.jcarousel-skin-potins .jcarousel-item-vertical {
    width: 312px !important;
	margin:0 5px 5px 15px !important;
}

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-potins .jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 150px;
    width: 17px;
    height: 10px;
    cursor: pointer;
	overflow:hidden;
    background: transparent url(images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-potins .jcarousel-next-vertical:hover {
    background-position: 0 -10px;
}

.jcarousel-skin-potins .jcarousel-next-vertical:active {
    background-position: 0 -20px;
}

.jcarousel-skin-potins .jcarousel-next-disabled-vertical,
.jcarousel-skin-potins .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-potins .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -30px;
}

.jcarousel-skin-potins .jcarousel-prev-vertical {
    position: absolute;
    top:-15px;
    left: 165px;
    width: 17px;
	overflow:hidden;
    height: 10px;
    cursor: pointer;
    background: transparent url(images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-potins .jcarousel-prev-vertical:hover {
    background-position: 0 -10px;
}

.jcarousel-skin-potins .jcarousel-prev-vertical:active {
    background-position: 0 -20px;
}

.jcarousel-skin-potins .jcarousel-prev-disabled-vertical,
.jcarousel-skin-potins .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-potins .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -30px;
}

