﻿.panel
{
	vertical-align: top;
	border: thin dotted #E5E5E5;
	text-align: center;
}
.stepcarousel
{
	position: relative; /*leave this value alone*/
	border: 5px solid #B5C7DE;
	overflow: scroll; /*leave this value alone*/
	width: 503px; /*Width of Carousel Viewer itself*/
	height: 265px;
	top: 0px;
	left: 0px;
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: -1px;
	top: 0px;
	width: 494px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 3px; /*margin around each panel*/
	width: 503px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarouselh80
{
	position: relative; /*leave this value alone*/
	border: 1px solid #CCCCCC;
	overflow: scroll; /*leave this value alone*/
	width: 589px; /*Width of Carousel Viewer itself*/
	height: 82px; /*Height should enough to fit largest content's height*/
}

.stepcarouselh80 .belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0px;
	width: 580px;
}

.stepcarouselh80 .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: 589px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}