.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 880px;
	height: 280px;
}

.stepcarousel .slides{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .slide{
	float: left; /*leave this value alone*/
	overflow: hidden;
	width: 800px;
	height: 200px;
	padding: 40px;
}