.jcarousel-list li,
.jcarousel-item {
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 950px;
    height: 370px;
}
.jcarousel-skin-home .jcarousel-container-horizontal {
    width: 950px;
    height: 402px;
    background: transparent url(../images/home_panel.png) no-repeat 0px 369px;
    padding: 0px 9px;
}

.jcarousel-skin-home .jcarousel-clip-horizontal {
    width: 950px;
    height: 370px;
}
.jcarousel-skin-home .jcarousel-item-horizontal {
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-home .jcarousel-next-horizontal {
    position: absolute;
    bottom: 0px;
    right: 9px;
    height: 32px;
    cursor: pointer;
}

.jcarousel-skin-home .jcarousel-prev-horizontal {
    position: absolute;
    bottom: 0px;
    left: 9px;
    height: 32px;
    cursor: pointer;
}

.jcarousel-skin-home p {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #fcf9f9;
  text-transform: uppercase;
  margin: 8px 14px;
}
