.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 415px;
	height: 90px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel{
	/*overflow: hidden; margin around each panel*/
	height: 75px;
	font: bold 28px Arial;
	text-align: left;
	/*background-color: green;*/
	color: white;
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-inline-policy:continuous;
	margin-left: 10px;
	margin-right:10px;
	border: solid #FFCC00 thin;
	margin-top: 5px;
	padding: 2px;
}
p.samplebuttons{
width: 20px;
text-align: center;
}
p.samplebuttons a{
color: #2e6ab1;
padding: 1px 2px;
margin-right: 3px;
text-decoration: none;
}
