/* CSS Document */

.stepcarousel{
position: relative;
overflow: scroll;
height: 180px; /*Height should enough to fit largest content's height*/
}
.stepcarousel2{
position: relative;
overflow: scroll;
height: 330px; /*Height should enough to fit largest content's height*/
}
.stepcarousel3{
position: relative;
overflow: scroll;
height: 350px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0;
	width: 300px;
}
.belt2 {
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0;
	width: 970px;
}
.belt3 {
	position: absolute; /*leave this value alone*/
	left: 0px;
	top: 0;
	width: 645px;
}
.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	width: 300px;
}
.stepcarousel2 .belt{
position: absolute; /*leave this value alone*/
left: 0px;
top: 0;
}

.stepcarousel2 .panel2 {
	float: left; /*leave this value alone*/
	overflow: hidden; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	width: 970px;
}

.stepcarousel2 .panel2 {
	float: left; /*leave this value alone*/
	overflow: hidden; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	width: 970px;
}
.panel2 {
	float: left; /*leave this value alone*/
	overflow: hidden; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	width: 630px;
}
.panel3 {
	float: left; /*leave this value alone*/
	overflow: hidden; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	width: 970px;
}
p.samplebuttons{
width: 320px;
text-align: center;
}

p.samplebuttons a{
color: #2e6ab1;
padding: 1px 2px;
margin-right: 3px;
text-decoration: none;
}

