.jcarousel-skin-custom {
  background: transparent url("high-narrow.png") 0 0 repeat-y;
  height: 320px;
  margin-bottom:12px !important;
  position:relative;
}

body.home .jcarousel-skin-custom {
  background: transparent url("high.png") 0 0 repeat-y;
  height: 320px;
  margin-bottom:12px !important;
  position:relative;
}

.jcarousel-skin-custom .jcarousel-container {
}

.jcarousel-skin-custom .jcarousel-container-vertical {
  width: 197px;
  height: 292px;
  padding: 20px;
  background: transparent url("high-bottom-narrow.png") left bottom no-repeat;
}
body.home .jcarousel-skin-custom .jcarousel-container-vertical {
  width: 438px;
  background-image: url("high-bottom.png");
}

.jcarousel-skin-custom .jcarousel-clip-vertical {
  width:  197px;
  height: 300px;
}
body.home .jcarousel-skin-custom .jcarousel-clip-vertical {
  width:  438px;
}

.jcarousel-skin-custom .jcarousel-item {
  width: 197px;
  height: 100px;
}
body.home .jcarousel-skin-custom .jcarousel-item {
  width: 438px;
  height: 100px;
}

.imgMask.medium.pos1,
.imgMask.medium.pos5,
.imgMask.medium.pos9,
.imgMask.medium.pos13{
background-image: url("images1.png") !important;
}
.imgMask.medium.pos2,
.imgMask.medium.pos6,
.imgMask.medium.pos10,
.imgMask.medium.pos14{
background-image: url("images2.png") !important;
}
.imgMask.medium.pos3,
.imgMask.medium.pos7,
.imgMask.medium.pos11,
.imgMask.medium.pos15{
background-image: url("images3.png") !important;
}
.imgMask.medium.pos4,
.imgMask.medium.pos8,
.imgMask.medium.pos12,
.imgMask.medium.pos16{
background-image: url("images4.png") !important;
}


/**
 *  Vertical Buttons
 */
.jcarousel-skin-custom .jcarousel-next-vertical {
  position: absolute;
  top: -25px;
  left: 147px;
  width: 23px;
  height: 20px;
  cursor: pointer;
  background: transparent url("next-vertical.png") no-repeat 0 0 !important;
}

.jcarousel-skin-custom .jcarousel-next-vertical:hover {
    background-position: 0 -24px !important;
}

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

.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 -73px !important;
}

.jcarousel-skin-custom .jcarousel-prev-vertical {
  position: absolute;
  top: -25px;
  left: 123px;
  width: 23px;
  height: 20px;
  cursor: pointer;
  background: transparent url("prev-vertical.png") no-repeat 0 -73px !important;
}

.jcarousel-skin-custom .jcarousel-prev-vertical:hover {
    background-position: 0 -49px !important;
}

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

.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 0 !important;
}

