/* na strone glowna */

.stepcarousel_main{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 980px; /*Width of Carousel Viewer itself*/
height: 235px; /*Height should enough to fit largest content's height*/
}

.stepcarousel_main .belt_main{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel_main .panel_main{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:20px 0 5px; /*margin around each panel*/
width: 980px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.panel_main img {
border:1px solid #E1E1E1;
margin:0 17px;
}

/* na podstrony */
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 210px; /*Width of Carousel Viewer itself*/
height: 860px; /*Height should enough to fit largest content's height*/
}

.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: 30px 5px 5px 0px; /*margin around each panel*/
width: 205px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.panel img {
border:1px solid #E1E1E1;
}
