.stepcarousel{
	margin:0px 0px 0px 5px;
	position: relative; /*leave this value alone*/
	border-top-width:3px;
	border-top-color:#E9D8B9;
	border-top-style:solid;*/
	overflow:scroll; /*leave this value alone*/
	width:315px; /*Width of Carousel Viewer itself*/
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: visible; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px 10px; /*margin around each panel*/
	display:block;
}
.stepcarousel .panel img{
	border-width:1px;
	border-color:#E9D8B9;
	border-style:solid;
	width:65px;
}
.stepcarousel .panel img:hover{
	border-color:#000000;
}

