.stepcarousel {
	position: relative; /*leave this value alone*/
	border: none;
	float: left;
	overflow: scroll; /*leave this value alone*/
	width: 660px; /*Width of Carousel Viewer itself*/
	height: 140px; /*Height should enough to fit largest content's height*/
	font-family: Tahoma;
}

.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	width: 660px;
	height: 140px;
	float: left;
	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-right: 10px; /*margin around each panel*/
	width: 330px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 140px;
	font-size: 11px;
}

.stepcarousel .panel .stepfoto{
	padding: 1px;
	margin: 0 10px 3px 0;
	float: left;
}

.stepcarousel .panel .stepfoto img.fotospec{
	width: 120px;
	height: 120px;
	float: left;
}

.stepcarousel p {
	margin-top: 0px;
	margin-bottom: 6px;
}