.carousel {
	background: #ccc;
	height: 400px;
	overflow: scroll;
	margin-top: 30px;
}

.carousel p {
	margin: 0;
	padding: 0;
}

.carousel .inlet {
	width: 1000%;			
}

.carousel img {
	float: left;
	margin-right: 1px;
}

.carousel #forward, .carousel #prev {
	background: url(../images/arrow.png) no-repeat center 0px;
	cursor: pointer;
}

