#carousel {
	width: 577px; 
	height: 111px;
	padding-left:70px;
	padding-right:70px;
	background:url(images/fond_carousel.jpg) top left no-repeat;
	margin-top:17px;
	text-align:center;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: none;
overflow: scroll; /*leave this value alone*/
width: 577px; /*Width of Carousel Viewer itself*/
height: 111px; /*Height should enough to fit largest content's height*/
text-align:center;

}

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

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-top: 15px;
margin-bottom: 15px;
margin-left:35px;
margin-right:35px;
width: 85px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

