ul.jcarousel-skin-small-gallery,
ul.jcarousel-skin-small-gallery li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.jcarousel-skin-small-gallery .jcarousel-container {
}

.jcarousel-skin-small-gallery .jcarousel-container-horizontal {
    width: 212px;
    padding: 0;
}

.jcarousel-skin-small-gallery .jcarousel-clip-horizontal {
    width:  212px;
    height: auto;
}

.jcarousel-skin-small-gallery .jcarousel-list {
    margin: 0;
    padding: 0;
}
.jcarousel-skin-small-gallery .jcarousel-item {
    width: 212px;
    height: auto;
    margin: 0;
    padding: 0;
}

.jcarousel-skin-small-gallery .jcarousel-item-horizontal {
    margin: 0;
}

.jcarousel-skin-small-gallery .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-small-gallery .jcarousel-next-horizontal {
    position: absolute;
    top: -30px;
    right: -9px;
    width: 9px;
    height: 7px;
    cursor: pointer;
    background: transparent url(/images/branding/galleries/next.gif) no-repeat 0 0;
}

.jcarousel-skin-small-gallery .jcarousel-next-horizontal:hover {
    background-position: -9px 0;
}

.jcarousel-skin-small-gallery .jcarousel-next-horizontal:active {
    background-position: -9px 0;
}

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

.jcarousel-skin-small-gallery .jcarousel-prev-horizontal {
    position: absolute;
    top: -43px;
    right: -9px;
    width: 9px;
    height: 7px;
    cursor: pointer;
    background: transparent url(/images/branding/galleries/prev.gif) no-repeat 0 0;
}

.jcarousel-skin-small-gallery .jcarousel-prev-horizontal:hover {
    background-position: -9px 0;
}

.jcarousel-skin-small-gallery .jcarousel-prev-horizontal:active {
    background-position: -9px 0;
}

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

/**
 *  Vertical Buttons
 */
 
 .jcarousel-skin-small-gallery .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-small-gallery .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-small-gallery .jcarousel-item-vertical {
    margin-bottom: 10px;
}

 
.jcarousel-skin-small-gallery .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-small-gallery .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-small-gallery .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

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

.jcarousel-skin-small-gallery .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-small-gallery .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-small-gallery .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

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