/* CSS Document */
.stepcarousel{
	position: relative;
	border: 1px;
	left: 1px;
	top: 0px;
	width: 300px;
	overflow: auto;
	visibility:visible;
	height: 90px;
}

.stepcarousel .belt{
	position: absolute;
	left: 2px;
	top: 0px;
	height: 100px;
	width: 560px;
	visibility:visible ;

}

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

}

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

p.samplebuttons a{

padding: 0px 2px;
margin-right: 3px;
text-decoration: none;
}

.style1 {font-size: small}

