.jcarousel-skin-top_punter .jcarousel-container-horizontal {
	width: 550px;
  padding: 10px 40px;
	background:url(../images/top_punter_background.png) no-repeat 0 0;
	margin:0 0 10px 0;
	color:#fff;
}
.jcarousel-skin-top_punter .jcarousel-clip-horizontal {
  width:  550px;
  height: 180px;
}
.jcarousel-skin-top_punter .jcarousel-item {
  width: 150px;
  height: 180px;
	text-align:center;
}
.jcarousel-skin-top_punter .jcarousel-item img {border:1px solid #fff;}
.jcarousel-skin-top_punter .jcarousel-item-horizontal {margin-right: 50px;}
.jcarousel-skin-top_punter .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-top_punter .jcarousel-next-horizontal {
	position: absolute;
  top: 70px;
  right: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(../images/jcarousel/next-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-top_punter .jcarousel-next-horizontal:hover {background-position: -32px 0;}
.jcarousel-skin-top_punter .jcarousel-next-horizontal:active {background-position: -64px 0;}
.jcarousel-skin-top_punter .jcarousel-next-disabled-horizontal,
.jcarousel-skin-top_punter .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-top_punter .jcarousel-next-disabled-horizontal:active {
	cursor: default;
  background-position: -96px 0;
}
.jcarousel-skin-top_punter .jcarousel-prev-horizontal {
	position: absolute;
  top: 70px;
  left: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent url(../images/jcarousel/prev-horizontal.png) no-repeat 0 0;
}
.jcarousel-skin-top_punter .jcarousel-prev-horizontal:hover {background-position: -32px 0;}
.jcarousel-skin-top_punter .jcarousel-prev-horizontal:active {background-position: -64px 0;}
.jcarousel-skin-top_punter .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-top_punter .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-top_punter .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
  background-position: -96px 0;
}