
#cont_carrousel{
	width:100%;
	height:auto;
	float:left;
	max-height: 512px;
	background-color: #f0f0f0;
	
}

.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 100%; /*Width of Carousel Viewer itself*/
	height: auto;
	min-height: 200px;
}

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



.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 300px;
	height:auto;
}
