.stepcarousel{	position: relative;	border: 0px solid black;	overflow: scroll;	width: 925px;	height: 500px;	background-color: ;}.stepcarousel .belt{	position: absolute;	left: 0;	top: 0;}.stepcarousel .panel{float: left; /*leave this value alone*/overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/margin: 0px 0px 0px 0px; /*margin around each panel*/width: 925px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */}