.jcarousel-skin-custom {
    background: transparent url(gallery_left.gif) no-repeat scroll 0 0;
}

.jcarousel-skin-custom .jcarousel-container {
    background: transparent url(gallery_right.gif) no-repeat scroll right top;
}

.jcarousel-skin-custom .jcarousel-container-horizontal {
    width: 245px;
    padding: 22px 60px;
}

.jcarousel-skin-custom .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-custom .jcarousel-clip-horizontal {
    width:  245px;
    height: 128px;
}

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

.jcarousel-skin-custom .jcarousel-item {
    width: 112px;
    height: 128px;
}

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

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

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-custom .jcarousel-next-horizontal {
    position: absolute;
    top: 69px;
    right: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-custom .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-custom .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

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

.jcarousel-skin-custom .jcarousel-prev-horizontal {
    position: absolute;
    top: 69px;
    left: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-custom .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-custom .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-custom .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-custom .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

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

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

.jcarousel-skin-custom .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-custom .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

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

.jcarousel-skin-custom .jcarousel-prev-disabled-vertical,
.jcarousel-skin-custom .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-custom .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.gallery {
    background: transparent url(gallery_background.gif) repeat-x scroll 0 0;
    height: 171px;
    margin-bottom: 25px;
}
.gallery .scroll li {
    background: transparent url(gallery_image_frame.gif) no-repeat scroll 0 0;
    position: relative;
    padding: 12px 4px;
    vertical-align: middle;
    text-align: center;
}
.gallery .scroll li .highlight {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
.gallery .scroll li:hover {
    background: none;
}
.gallery .scroll li:hover .highlight {
    display: block;
}
.gallery .scroll li .highlight_top {
    background: transparent url(gallery_highlight_top.png) no-repeat scroll 0 0;
    height: 13px;
    width: 112px;
}
.gallery .scroll li .highlight_middle {
    background: transparent url(gallery_highlight.png) repeat-y scroll 0 0;
    width: 112px;
    padding-top: 102px;
}
.gallery .scroll li .highlight_middle strong {
    font-size: 0.6875em;
    padding: 0 10px;
    display: none;
    color: white;
}
.gallery .scroll li .highlight_bottom {
    background: transparent url(gallery_highlight_bottom.png) no-repeat scroll 0 0;
    height: 11px;
    width: 112px;
}
.gallery .scroll li img {
    background: transparent url(gallery_image_border.gif) no-repeat scroll 0 0;
    position: absolute;
    left: 12px;
    top: 12px;
}
.jcarousel-skin-custom .jcarousel-container-horizontal {
    width: auto;
    min-width: 398px;
}
.jcarousel-skin-custom .jcarousel-clip-horizontal {
    width: 100%;
}
