body { font: 1em "Trebuchet MS", verdana, arial, sans-serif; font-size: 100%; }
input, textarea { font-family: Arial; font-size: 125%; padding: 7px; }
label { display: block; } 


.infiniteCarousel {
  width: 626px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 576px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 24px;
  position: absolute;
  top: 0;
}

.wrapper img {
	border: solid 1px #dcdcdc;	
}

.infiniteCarousel ul a img {

}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding: 0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 0 3px 0 3px;
  height: 46px;
  width: 138px;	
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 48px;
  width: 12px;
  background: url(../images/arrow.jpg) no-repeat 0 0;
  text-indent: -9999px;
  position: absolute;
  top: 0px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -96px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -48px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -144px;
}