.jcarousel-container { width: 1040px; }
.jcarousel-clip { 
  width: 990px;
/*  height: 546px;*/
  margin: 0 auto;
  overflow: hidden;
}

.jcarousel-item {
    /* height: 400px; */
    width: 330px;
}

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

/**
*  Horizontal Buttons
*/
.jcarousel-next-horizontal {
  background: url(../images/next.png) no-repeat scroll 0 0 transparent;
  opacity: 0.3;
  cursor: pointer;
  height: 36px;
  position: absolute;
  right: 0;
  top: 100px;
  width: 18px;
  z-index: 1;
}
/*
.jcarousel-next-horizontal:hover,
.jcarousel-next-horizontal:focus {
  background-position: 0 -47px;
}

.jcarousel-next-horizontal:active {
  background-position: 0 -47px;
}
*/
/*

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}
*/
.jcarousel-prev-horizontal {
  background: url(../images/prev.png) no-repeat scroll 0 0 transparent;
  opacity: 0.3;
  cursor: pointer;
  height: 36px;
  left: 0;
  position: absolute;
  top: 100px;
  width: 18px;
}
/*
.jcarousel-prev-horizontal:hover, 
.jcarousel-prev-horizontal:focus {
  background-position: 0 -47px;
}

.jcarousel-prev-horizontal:active {
  background-position: 0 -47px;
}
*/

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

