.stepcarousel{
	position: relative;
	overflow: auto; /*leave this value alone*/
	width: 1079px;
	height: 150px;
	border: 0px;
	float: inherit;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: -9px;
top: 0;
}

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

p.samplebuttons{
width: 20px;
text-align: center;
}

p.samplebuttons a{
color: #2e6ab1;
padding: 1px 2px;
margin-right: 3px;
text-decoration: none;
}

select {
    width: 100px; /* Set your own width here */
}
