
.infiniteCarousel {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 328px;
	width: 980px; /* DECLARE WIDTH: IE WORKAROUND FOR FLOATED ELEMENTS */
	display: block; /* inline: IE WORKAROUND FOR FLOATED ELEMENTS */
	line-height: 0px; /* PARENT OF FLOATED ELEMENT: IE WORKAROUND FOR FLOATED ELEMENTS */
	background-color: #323A40;
}

/*
.infiniteCarousel:hover {
	background-color: #00FF00;
}
*/

.infiniteCarousel .wrapper {
	width: 970px; /* cannot be same as .infiniteCarousel width 980.w - 10.p = 970 + .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
	height: 100%;
	overflow: auto;
	min-height: 10em;
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 0;
}

.infiniteCarousel ul a img {
	/*
	border: 5px solid #000000;
	-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: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
}

.infiniteCarousel ul li {
	display: block;
	float: left;
	padding: 14px 12px 14px 12px;
	height: 310px;
	width: 300px;
}

.infiniteCarousel ul li a,
.infiniteCarousel ul li a:visited {
	outline: none;
	border: none;
}

.infiniteCarousel ul li a img,
.infiniteCarousel ul li a:visited img {
	display: block;
	border: none;
	/* border: 2px solid #323A40; */
}

.infiniteCarousel ul li a:hover img {
	outline: none;
	border: none;
	/* border: 2px solid #1B242A; */
}

.infiniteCarousel .arrow {
	display: block;
	height: 42px;
	width: 42px;
	background: url("../images/slider_arrows.png") no-repeat 0 0;
	text-indent: -999px;
	position: absolute;
	top: 142px;
	cursor: pointer;
}

.infiniteCarousel .forward {
	background-position: 0px -42px;
	right: 27px;
	visibility: hidden;
}

.infiniteCarousel .back {
	background-position: 0px 0px;
	left: 27px;
	visibility: hidden;
}

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

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