﻿ .stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow:hidden; /*leave this value alone*/
height:81px; /*Height should enough to fit largest content's height*/
width:202px;
}

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

.panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:0px 10px 0px 0px;
width:144px;
z-index:-100;
}
.img
{
border: 2px solid #000000;
width:500px;
height:81px;
z-index:-100;
}
.katman1
{
border: 0px solid #2b2b2b;
height:81px;
z-index:-100;

}