.stepcarousel{	position: relative;	border: 0px solid black;	overflow: scroll;	width: 960px;	height: 500px;	background-color: ;	background-color: #000000;}.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; /*margin around each panel*/width: 960px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */}