.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 880px;
	height: 579px;
}

.stepcarousel .slides{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	background: #999;
}

.stepcarousel .slide{
	float: left; /*leave this value alone*/
	overflow: hidden;
	width: 880px;
	height: 539px;
	padding: 0 0 40px 0;
	margin: 0;
	background: #999;
	text-align: center;
}

.stepcarousel .slide object { display: block; padding: 0 40px; margin: 0 auto; }
