/* Home Page */
.stepcarousel-1 {
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 693px; /*Width of Carousel Viewer itself*/
	height: 467px; /*Height should enough to fit largest content's height*/
}

.stepcarousel-1 .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel-1 .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 693px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* Sub Page */
.stepcarousel-2 {
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 508px; /*Width of Carousel Viewer itself*/
	height: 340px; /*Height should enough to fit largest content's height*/
}

.stepcarousel-2 .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel-2 .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 508px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* Side Module - Offers */
.stepcarousel-3 {
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 270px; /*Width of Carousel Viewer itself*/
	height: 95px; /*Height should enough to fit largest content's height*/
}

.stepcarousel-3 .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel-3 .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 270px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

/* Side Module - Happenings */
.stepcarousel-4 {
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 270px; /*Width of Carousel Viewer itself*/
	height: 155px; /*Height should enough to fit largest content's height*/
}

.stepcarousel-4 .belt {
	position: relative; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel-4 .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 270px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}