@charset "UTF-8";

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 600px; /*Width of Carousel Viewer itself*/
	height: 500px; /*Height should enough to fit largest content's height*/
	text-align: left;
	margin: 0px 40px 5px 40px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	background: #D8CAA8;		
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	background: #fff;
	padding: 30px 20px 30px 20px;
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 20px; /*margin around each panel*/
	width: 520px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel blockquote {
	font-style: italic;
	padding: 20px 20px 20px 20px;
	font-weight: bold;
}

.stepcarousel .panel p {
	text-indent: 30px;
	padding-bottom: 5px;
}

.stepcarousel .panel h3 {
	font-weight: normal;
	font-style: italic;
	text-align: right;
	color: #9FB03E;
	padding-top: 5px;
	padding-bottom: 15px;
}

.stepcarousel .panel h4 {
	font-style: italic;
	text-align: right;
	padding-bottom: 15px;
	padding-top: 5px;
}

.stepcarousel .panel ul {
	margin-left: 50px;
}
