.jcarousel-skin-custom .jcarousel-container {
    background: #FFF;
    float: left;
}

.jcarousel-skin-custom .jcarousel-container-horizontal {
    width: 654px;
}

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

.jcarousel-skin-custom .jcarousel-clip-horizontal {
    width:  654px;
    height: 182px;
}

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

.jcarousel-skin-custom .jcarousel-item {
    width: 159px;
    height: 182px;
}

.jcarousel-skin-custom .jcarousel-item-horizontal {
    margin-right: 6px;
    position: relative;
}


.jcarousel-skin-custom .jcarousel-item-horizontal img {
    position: absolute;
}

.jcarousel-skin-custom .jcarousel-item-horizontal .overlay {
    background: url(../img/overlay-bg.png) no-repeat;
    bottom: 0;
    color: #FFF;
    display: block;
    font-size: 12px;
    padding: 10px 10px;
    position: absolute;
    text-transform: uppercase;
    width: 139px;
	letter-spacing: 0.05em;
}

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

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

.jcarousel-skin-custom .jcarousel-controls {
    background: #FFF;
    height: 20px;
    padding-top: 6px;
    position: relative;
    width: 654px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-custom .jcarousel-next-horizontal {
    display: block;
    height: 20px;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 6px;
    width: 20px;
    background: url(../img/mycarousel-control-bg.gif) no-repeat 0 -21px;
}

.jcarousel-skin-custom .jcarousel-next-horizontal:hover {
}

.jcarousel-skin-custom .jcarousel-next-horizontal:active {
}

.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;
}

.jcarousel-skin-custom .jcarousel-prev-horizontal {
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    text-indent: -999em;
    top: 6px;
    width: 20px;
    background: url(../img/mycarousel-control-bg.gif) no-repeat 0 0;
}

.jcarousel-skin-custom .jcarousel-prev-horizontal:hover {
}

.jcarousel-skin-custom .jcarousel-prev-horizontal:active {
}

.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;
}

/* Horizontal Pages */
.jcarousel-skin-custom  .jcarousel-pages {
    left: 50%;
    position: absolute;
}
.jcarousel-skin-custom  .jcarousel-pages a {
    background: url(../img/mycarousel-control-bg.gif) no-repeat -21px 0;
    display: block;
    float: left;
    height: 10px;
    margin: 5px;
    text-indent: -999em;
    width: 10px;
}
.jcarousel-skin-custom  .jcarousel-pages a.active {
    background-position: -21px -11px;
}


/**
 *  Vertical Buttons
 */
.jcarousel-skin-custom .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../img/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(../img/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;
}
