.carousel {
	width: 595px;
	position: relative;
}

.carousel .wrapper {
	width: 560px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */		
	overflow: auto; /* debug */
	min-height: 100px;
	margin: 0 20px 20px;
	position: relative;
	top: 0px;
}

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

.carousel ul li {
	border: 0px;	
	display:block;
	float:left;
	padding: 10px 0 0 0;
	height: 80px;
	width: 80px;
}

.carousel ul li a img {
	display:block;
	border: none;
}

#carousel_list a :hover {
	border: none;
	margin-top: -95px;
}

#carousel_list #selected {
	border: none;
	margin-top: -190px;
}

.carousel .arrow {
	display: block;
	height: 74px;
	width: 11px;
	background: url("../images/arrows.png") no-repeat 0 0;
	text-indent: -999px;
	position: absolute;
	top: 10px;
	cursor: pointer;
}

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

.carousel .back {
	background-position: 0 -148px;
	left: 0;
}

.carousel .forward:hover {
	background-position: 0 -74px;
}

.carousel .back:hover {
	background-position: 0 -222px;
}
