/* CSS Document */

.stepcarousel{
position: relative;
overflow: scroll;
height: 135px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0px;
top: 0;
}

.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: 520px;
}

.stepcarousel2{
	position: relative;
	overflow: scroll;
	height: 150px;
}

.stepcarousel2 .belt{
position: absolute; /*leave this value alone*/
left: 0px;
top: 0;
}

.stepcarousel2 .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: 628px;
}



.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: 300px;
}
p.samplebuttons{
width: 320px;
text-align: center;
}

p.samplebuttons a{
color: #2e6ab1;
padding: 1px 2px;
margin-right: 3px;
text-decoration: none;
}
