﻿.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 1px solid black;
	overflow: scroll; /*leave this value alone*/
	width: 100%; /*Width of Carousel Viewer itself*/
	height: 115px; /*Height should enough to fit largest content's height*/
	background: #fff;
}
	
.stepcarousel .beltCarousel{
	position: absolute; /*leave this value alone*/
	top: 0;
	left: 0;
}
	
.stepcarousel .panelCarousel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 5px; /*margin around each panel*/
	height: 105px;
}
