.stepcarousel {
	position: relative;
	border: 7px solid navy;
	overflow: scroll;
	width: 270px;
	height: 270px;
	background-color: #FFFFFF;
}
.stepcarousel .belt {
	position: absolute;
	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: 250px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	background-position: center top;
}
.stepcarouseldescription {
	position: relative;
	overflow: scroll;
	width: 420px;
	height: 320px;
	background-color: #060226;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.stepcarouseldescription .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.stepcarouseldescription .panel {
	float: left;
	overflow: hidden;
	width: 400px;
	background-color: #060226;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
p.samplebuttons {
	width: 320px;
	text-align: center;
}
p.samplebuttons a {
	color: #2e6ab1;
	padding: 1px 2px;
	margin-right: 3px;
	text-decoration: none;
}