.jcarousel-container-horizontal {
    width: 461px;
    padding-left: 26px;
}

.jcarousel-container-vertical {
    padding: 26px 0;
}

.jcarousel-clip {
    overflow: hidden;
    border-radius: 2em;
}

.jcarousel-clip-horizontal {
    width:  435px;
    height: 150px;
}

.jcarousel-clip-vertical {
    width:  429px;
    height: 480px;
}

.jcarousel-item {
    width: 145px;
    height: 40px;
    background: url("../images/gallery_box.png");
    color: #ffe0a0;
    text-align: center;
    font-weight: bold;
    font-size: 9pt;
    padding-top: 110px;
    position: relative;
}

.jcarousel-item-horizontal {
    cursor: pointer;
}

.jcarousel-item:empty {
  display: none;
}

.jcarousel-item-vertical {
  background: none;
  padding: 0;
  width: 429px;
  height: 120px;
  text-align: left;
}

.jcarousel-item img {
  position: absolute;
  top: 26px;
  left: 24px;
}
.jcarousel-item a {
  color: #ffe0a0;
  /*text-decoration: none;*/
}
.jcarousel-item a img {
  border: 0;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 53.5px;
    right: 0;
    width: 26px;
    height: 43px;
    cursor: pointer;
    background: transparent url("../images/gallery_next.png") no-repeat 0 0;
}

.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
    background-position: -26px 0;
}

.jcarousel-next-horizontal:active {
    background-position: -52px 0;
}

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -78px 0;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 53.5px;
    left: 0;
    width: 26px;
    height: 43px;
    cursor: pointer;
    background: transparent url("../images/gallery_previous.png") no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover, 
.jcarousel-prev-horizontal:focus {
    background-position: -25px 0;
}

.jcarousel-prev-horizontal:active {
    background-position: -51px 0;
}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -77px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 180px;
    width: 86px;
    height: 26px;
    cursor: pointer;
    background: transparent url("../images/gallery_next_v.png") no-repeat 0 0;
}

.jcarousel-next-vertical:hover,
.jcarousel-next-vertical:focus {
    background-position: 0 -26px;
}

.jcarousel-next-vertical:active {
    background-position: 0 -52px;
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:focus,
.jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -78px;
}

.jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 180px;
    width: 86px;
    height: 26px;
    cursor: pointer;
    background: transparent url("../images/gallery_previous_v.png") no-repeat 0 0;
}

.jcarousel-prev-vertical:hover,
.jcarousel-prev-vertical:focus {
    background-position: 0 -25px;
}

.jcarousel-prev-vertical:active {
    background-position: 0 -51px;
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:focus,
.jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -77px;
}