.stepcarousel {
	position: relative;							/* Leave this value alone. */
	border: 3px solid #008FE0;
	overflow: scroll;							/* Leave this value alone. */
	width: 371px;								/* Width of Carousel Viewer itself. */
	height: 127px;								/* Height should be enough to fit largest content's height. */
}
.stepcarousel .belt {
	position: absolute;							/* Leave this value alone. */
	left: 0;
	top: 0;
}
.stepcarousel .panel {
	float: left;								/* Leave this value alone. */
	overflow: hidden;							/* Clip content that goes outside dimensions of holding panel DIV. */
	margin: 5px;								/* Margin around each panel. */
	width: 117px;								/* Width of each panel holding content. */
										/* If removed, widths should be individually defined on each content DIV. */
}

