/* CAROUSEL  */

.stepcontent { background-image:url(../grafika/logobox-bg.jpg); background-repeat: repeat-x; width:870px; height:200px; display: block; float: left; overflow: hidden; }


.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px;
overflow: scroll; /*leave this value alone*/
width: 870px;
margin-top:7px;
margin-left:50px;
height: 157px; /*Height should enough to fit largest content's height*/
}

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

}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 218px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.panel a { position: relative; width: 276px; display: block; }
.panel span { background: url(../images/carousel_logo_new.png) 0 0 no-repeat; position:absolute; top:0px; left:0px; width: 276px; height: 171px; display:block; cursor: hand; }



.stepglowny{background-image: url(../grafika/tloduze.jpg);
margin-left:40px;
background-repeat:no-repeat;
padding-left:11px;
padding-top:11px;
width: 572px; /*Width of Carousel Viewer itself*/
height: 278px; /*Height should enough to fit largest content's height*/
}

.stepcarousel_2{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 550px; /*Width of Carousel Viewer itself*/
height: 256px; /*Height should enough to fit largest content's height*/

}

.stepcarousel_2 .belt_2{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
margin-left:0px;
}

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


.strzalki {
margin: -17px 0px 0px 488px;
background-image:url(../grafika/bg_strzalki.jpg);
width:61px;
padding:7px 0px 7px 34px;
color:#3482B0;}