.foo ul{
	margin:0;
	padding:0;
}

.foo li{
	float:left;
	margin:0 2px 0 2px;
	padding:0;
	list-style:none;
}
.foo{
	height: 70px;
	width: 350px;

	/*overflow:hidden;*/
}
#carousel-wrapper{
	width:400px;
	position:relative;
	padding:0 10px 0 10px;
}
#carousel-wrapper .previous{
	display:block;
	position:absolute;
	width:18px;
	height:29px;
	background:transparent url(../images/prev.png) no-repeat;
	left:-10px;
	top:10px;	
}

#carousel-wrapper span{
	text-indent:-1000px;
	cursor:pointer;
	}

#carousel-wrapper .next{
	display:block;
	position:absolute;
	width:18px;
	height:29px;
	background:transparent url(../images/next.png) no-repeat;
	right:0;
	top:10px;
}