.infiniteCarousel {
	float:none;
	width: 938px;
	height: 225px;
	margin: -10px 0px 0px -10px;
	position: relative;
}

.infiniteCarousel .wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	/*width: 826px;*/
	width: 938px;
	height: 225px;
	overflow:hidden;   
	/*background: #3F3F3F;*/
	background: #ffffff;
}

.infiniteCarousel ul img {
	border: 2px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

.infiniteCarousel ul li {
	display:block;
	float:left;
	padding: 10px;
	height: 200px;
	width: 505px;
}

.infiniteCarousel ul img {
	display:block;
}

.infiniteCarousel .arrow {
	position: absolute;
	top: 0px;
	display: block;
	width: 40px;
	height: 225px;
	text-indent: -999px;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
}

.infiniteCarousel .forward {
	background: url('../images/right_arrow.png') no-repeat center center;
	right: 5px;
}

.infiniteCarousel .back {
  background: url('../images/left_arrow.png') no-repeat center center;
  left: 5px;
}

.infiniteCarousel .forward:hover {
  /*background-position: 0 -36px;*/
}

.infiniteCarousel .back:hover {
  /*background-position: 0 -108px;*/
}
