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