.stepcarousel{
position: relative; /*leave this value alone*/
/*border: 10px solid black;*/
overflow: scroll; /*leave this value alone*/
width: 880px; /*Width of Carousel Viewer itself*/
height: 275px; /*Height should enough to fit largest content's height*/
margin:0 auto;
}

.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: 0 5px; /*margin around each panel*/
width: 100%; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel img{border:2px solid #999}
.image{width:460px; }/*Image size should be 450x256*/
.info{width:390px;}
.slide{margin-bottom:10px;}
/*.slideTitle{font-size:18px;font-weight:bold;color:#4aa1ff;border-bottom:1px solid #666;padding-bottom:3px;margin-bottom:3px;}*/


/*Factsheet*/
.stepcarousel2{
position: relative; /*leave this value alone*/
/*border: 10px solid black;*/
overflow: scroll; /*leave this value alone*/
width: 330px; /*Width of Carousel Viewer itself*/
height: 60px; /*Height should enough to fit largest content's height*/
margin:0 auto;
}

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

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