.infiniteCarousel {
  width: 930px;
  position: relative;
  height:180px;
}

a.caruselPname {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-size:9px;
	color: #6C767E;

	display:inline-block;
	line-height:11px;
}

.productPrice {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-size: 8px;
	color: #6C767E;
}

.infiniteCarousel .wrapper {
	width: 850px;
	overflow: auto;
	height: 175px;
	margin: 0 40px;
	position: absolute;
	top: 0;
	left: -1px;
}

.infiniteCarousel ul a img {
  border: 1px solid #ccc;


}

.infiniteCarousel .wrapper ul {
  /*width: 840px;  single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li a{
	vertical-align:top;
}
.infiniteCarousel ul li {
	margin: 0;
	padding: 0;
  display:block;
  float:left;
  padding: 10px;
  width: 100px;
  vertical-align:top;
  padding-top:5px;
}



.infiniteCarousel ul:hover li:hover img {
  border-color: #888;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 100%;
  width: 27px;

  text-indent: -999px;
  position: absolute;
 
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background: url('/pictures/arrow_right.png') no-repeat 0 0;
    background-position:left bottom;
  right: 0;
  margin-top: -15px;
}

.infiniteCarousel .back {
  background: url('/pictures/arrow_left.png') no-repeat 0 0;
  background-position:right bottom;
  left: 0;
    margin-top: -15px;
  
}

.infiniteCarousel .forward:hover {
  background: url('/pictures/arrow_right.png') no-repeat 0 0;
  background-position:left bottom;
}

.infiniteCarousel .back:hover {
    background: url('/pictures/arrow_left.png') no-repeat 0 0;
  background-position:right bottom;
}
