
                    .nivoSlider {
                            position:relative;
                            background: url(http://www.stabilux.pl/modules/Showtime/templates/nivoslider/loading.gif) no-repeat 50% 50%;
                        width:718px;
                        height:123px;
                            margin:auto;
                                    margin-bottom:50px;
                                    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
                                    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
                                    box-shadow: 0px 1px 5px 0px #4a4a4a;
                    }

                    .nivoSlider img {
                            position:absolute;
                            top:0px;
                            left:0px;
                            display:none;
                        width:718px;/* Make sure your images are the same size */
                        height:123px;/* Make sure your images are the same size */
                    }

                    .nivoSlider a {
                            border:0;
                            display:block;
                    }

                    /* Direction nav styles (e.g. Next & Prev) */
                    .nivo-controlNav {
                            position:absolute;
                            left:50%;
                                    margin-left:-37,5px; /* Tweak this to center bullets */
                                    bottom:-42px;
                    }

                    .slider-wrapper :hover .nivo-controlNav {
                    }

                    .nivo-controlNav a {
                            display:block;
                            background: url(http://www.stabilux.pl/modules/Showtime/templates/nivoslider/default_bullets.png) no-repeat !important;
                            text-indent:-9999px;
                            border:0;
                            float:left;
                                    width:22px;
                                    margin-right:3px;
                                    height:22px;
                                    margin-right:3px;

                            position:relative;
                            z-index:9;
                            cursor:pointer;
                    }

                    /* Control nav styles (e.g. 1,2,3...) */

                    .nivo-controlNav a.active {
                                    background-position:0 -22px !important;
                    }

            .nivo-controlNav img {
                            display:inline; /* Unhide the thumbnails */
                            position:relative;
                            margin-right:10px;
                    }

                    .nivo-directionNav a {
                            display:block;
                                    width:30px;
                                    height:30px;
                                    background: url(http://www.stabilux.pl/modules/Showtime/templates/nivoslider/default_arrows.png) no-repeat !important;
                                    top:50%;
                            text-indent:-9999px;
                            border:0;
                            position:absolute;
                            z-index:9;
                            cursor:pointer;

                    }



                    a.nivo-nextNav {
                                    background-position:-30px 0 !important;
                                    right:15px;
                    }
                    a.nivo-nextNav:hover {
                    }



                    a.nivo-prevNav {
                                    left:15px;
                    }
                    a.nivo-prevNav:hover {
                    }

                    /* If an image is wrapped in a link */
                    .nivoSlider a.nivo-imageLink {
                            position:absolute;
                            top:0px;
                            left:0px;
                            width:100%;
                            height:100%;
                            border:0;
                            padding:0;
                            margin:0;
                            z-index:6;
                            display:none;
                    }
                    /* The slices and boxes in the Slider */
                    .nivo-slice {
                            display:block;
                            position:absolute;
                            z-index:5;
                            height:100%;
                    }
                    .nivo-box {
                            display:block;
                            position:absolute;
                            z-index:5;
                    }


                    .slider-wrapper {
width: 718px;
height: 123px;
margin: 0 0 0 auto;
padding: 0;
}

#slider1 {
width: 718px;
height: 123px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin: 0;
padding: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

div.nivo-slice { /* hak na przeskakujące slajdy w IE8 */
position:absolute;
z-index: 99;
top:0
}