.infiniteCarousel {
	width: 1004px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
	.infiniteCarousel ul li {
	display: block;
	color:#6C6D61;
	float:left;
	width: 320px;
	height: 130px;
	list-style-type: none;
	padding: 0px;
}
	.wrapper {
	width: 960px;
	overflow: auto;
	height: 130px;
	margin-top: 0;
	margin-right: 22px;
	margin-bottom: 0;
	margin-left: 22px;
}
		.wrapper ul li h3 { padding: 0; }
		.wrapper ul li small { color: #676767; display: block; padding-bottom: 8px; }
	.arrow { display: block; height: 40px; width: 30px; text-indent: -999px; position: absolute; top: 30px; cursor: pointer; outline: 0; }
	.forward { background: url(images/iron3.gif) no-repeat center right; right: 0; }
	.back { background: url(images/iron3.gif) no-repeat center left; left: 0; }
	.infiniteCarousel .wrapper img {
	height: 95px;
	width: 315px;
	margin:20px 0 0 0;
}
body {
	background-image: url(images/spg_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
.infiniteCarousel .wrapper ul {
	margin: 0px;
	padding: 0px;
}
