.infiniteCarousel {
	background:#e51a38;
 	width:959px;
	height:180px;
	margin:10px auto 0 auto;
}

.infiniteCarousel .wrapper {
	width: 959px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	overflow: auto;
	min-height: 220px;
	margin:0;
}

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

.infiniteCarousel ul.productcat li {
	display:block;
	float:left;
	width:194px;
	height:180px;
	padding:5px 0 0 0;
}

ul.productcat li a {
	background:#e51a38;
	color:#fff;
	display:block;
	height:22px;
	width:100%;
	line-height:22px;
	text-align:center;
}

.infiniteCarousel ul.productcat li a:hover {
	text-decoration:underline;
}

.infiniteCarousel ul.productcat li span {
	background:#fff;
	display:block;
	width:186px;
	height:148px;
	text-align:center;
}

.infiniteCarousel .arrow {
	display:block;
	height:58px;
	width:30px;
	text-indent:-9999px;
	position:relative;
	top:90px;
	cursor:pointer;
}

.infiniteCarousel .forward {
	background:url(/media/img/slider_button_right.png) no-repeat 0 0;
	left:929px;
	top:-225px
}

.infiniteCarousel .back {
	background:url(/media/img/slider_button_left.png) no-repeat 0 0;
	top:-166px
}