.stepcarousel{
	background-image: url("../gfx/main/sponsors.jpg");
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border-bottom: 1px solid #a3a3a3;
	border-top: 1px solid #a3a3a3;
	float: left;
	margin-bottom: 12px;
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 380px; /*Width of Carousel Viewer itself*/
	height: 136px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: relative; /*leave this value alone*/
	left: 0px;
	top: 30px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin-left: 10px; /*margin around each panel*/
	margin-right: 30px;
}

.step_left	{
	float: left;
}

.step_right	{
	float: right;
}