﻿#thumbContainer{
	width: 468px;
	float: left;
	margin-top: 20px;
	text-align: center;
	border: thin solid #999;
	margin-left: 20px;
}
#mainImageContainer{
	text-align: center;
	width: 500px;
	height: 450px;
	overflow: hidden;
	float: left;
	margin-left: 8px;
}


.stepcarousel{
	position: relative;
	overflow: hidden; /*leave this value alone*/
	width: 468px; /*Height should enough to fit largest content's height*/
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	height: 80px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0px;
	z-index: 10;
}

.stepcarousel .panel{
	float: left; /*margin around each panel*/
	width: 72px; /*Width of each panel holding each content. If removed, 
widths should be individually defined on each content DIV then. */
	height: 72px;
	margin: 5px;
}
