.jcarousel-skin-phpfaber .jcarousel-container {
  width: 543px;
  height: 132px;
  background-image: url(../img/main_carousel.gif);
  background-repeat: no-repeat;
  float: left;
}

.jcarousel-skin-phpfaber .jcarousel-container-horizontal {
  text-align: left;
}

.jcarousel-skin-portfolio .jcarousel-container-vertical {
  text-align: left;
  width: 65px;
  height: 331px;
  float: left;
  margin-top: 30px;
  margin-left: 0px;
  padding-left: 43px;
}

.jcarousel-skin-phpfaber .jcarousel-clip-horizontal {
  margin-left: 48px;
  padding-top: 18px;
  width: 429px;
}

.jcarousel-skin-portfolio .jcarousel-clip-vertical {
  width:  65px;
  height: 265px;
  float: left;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
}

.jcarousel-skin-phpfaber .jcarousel-item {
  width: 134px;
  height: 96px;
  border: 1px solid #f5821f;
}

.jcarousel-skin-portfolio .jcarousel-item {
  width: 65px;
  height: 45px;
  border: 0px;
  background: transparent url(../img/loading-small.gif) 50% 50% no-repeat;
  cursor: pointer;
  cursor: pointer;
}

.jcarousel-skin-phpfaber .jcarousel-item:hover {
  /*border-color: white;*/
}

.jcarousel-skin-phpfaber .jcarousel-item-horizontal {
  margin-right: 10px;
}

.jcarousel-skin-portfolio .jcarousel-item-vertical {
  margin-top: 4px;
  margin-bottom: 4px;
}

.jcarousel-skin-phpfaber .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-phpfaber .jcarousel-next-horizontal {
  position: absolute;
  top: 51px;
  right: 32px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(../img/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-phpfaber .jcarousel-next-horizontal:hover {
  background-position: -32px 0;
}

.jcarousel-skin-phpfaber .jcarousel-next-horizontal:active {
  background-position: -64px 0;
}

.jcarousel-skin-phpfaber .jcarousel-next-disabled-horizontal,
.jcarousel-skin-phpfaber .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-phpfaber .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}

.jcarousel-skin-phpfaber .jcarousel-prev-horizontal {
  position: absolute;
  top: 51px;
  left: 15px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(../img/prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-phpfaber .jcarousel-prev-horizontal:hover {
  background-position: -32px 0;
}

.jcarousel-skin-phpfaber .jcarousel-prev-horizontal:active {
  background-position: -64px 0;
}

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-portfolio .jcarousel-next-vertical {
  position: absolute;
  bottom: -3px;
  left: 50px;
  width: 52px;
  height: 32px;
  cursor: pointer;
  background: transparent url(../img/next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-portfolio .jcarousel-next-vertical:hover {
  background-position: 0 -32px;
}

.jcarousel-skin-portfolio .jcarousel-next-vertical:active {
  background-position: 0 -64px;
}

.jcarousel-skin-portfolio .jcarousel-next-disabled-vertical,
.jcarousel-skin-portfolio .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-portfolio .jcarousel-next-disabled-vertical:active {
  cursor: default;
  background-position: 0 -96px;
}

.jcarousel-skin-portfolio .jcarousel-prev-vertical {
  position: absolute;
  top: 3px;
  left: 50px;
  width: 52px;
  height: 32px;
  cursor: pointer;
  background: transparent url(../img/prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-portfolio .jcarousel-prev-vertical:hover {
  background-position: 0 -32px;
}

.jcarousel-skin-portfolio .jcarousel-prev-vertical:active {
  background-position: 0 -64px;
}

.jcarousel-skin-portfolio .jcarousel-prev-disabled-vertical,
.jcarousel-skin-portfolio .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-portfolio .jcarousel-prev-disabled-vertical:active {
  cursor: default;
  background-position: 0 -96px;
}

