/* --- STEP CAROUSEL --------- */
#stepcarousel-tab {
    width:940px;
    height:225px;
}

.stepcarousel{
    position: relative; /*leave this value alone*/
    overflow: scroll; /*leave this value alone*/
    width: 940px;
    height: 200px; /*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*/
    width: 940px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
    /*height: 200px;   wartosc dopisana - nie ma w specyfikacji */
}

.stepcarousel p {
    font-size:13px;
}



/* --- CAROUSEL NAV --------- */

#stepcarousel-nav { height:22px; padding:3px 0 0 0; }
#stepcarousel-nav img {vertical-align:middle;}
/*#stepcarousel-nav a {color:#DDD; text-decoration:none;}
#stepcarousel-nav a:hover {color:#FFF;}
#stepcarousel-nav a img {margin: 0 10px;} */

.stepcarousel-prev {float:left; padding-left:885px; }
.stepcarousel-next {float:right; }
.stepcarousel-r {float:right; width:260px; text-align:center;}
