body  {
	text-align: center;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	border-bottom: 4px solid #FFD100;
	background: #FFF;
	overflow: scroll; /*leave this value alone*/
	width: 940px; /*Width of Carousel Viewer itself*/
	height: 350px; /*Height should enough to fit largest content's height*/
	margin: 0 auto;
	padding: 0 auto;
}

.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 go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 920px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	}

.stepcarousel .panel .left{
	float: left;
	overflow: hidden;	
	width: 330px;
	margin-left: 20px;
	padding: 10px;
	color: #663300;
	font-family: Helvetica; 
	font-size: 22px;
	text-align: left;
}

.stepcarousel .panel .right{
	float: right;
	overflow: hidden;
	width: 500px;
	margin-right: 20px;
	padding: 10px;
}

#footer {
	width: 880px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
}

#footer a {
	font-family: arial;
	font-size: 12px;
	color: #663300;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	font-family: arial;
	font-size: 12px;
	color: #663300;
	text-decoration: none;
	font-weight: bold;
}