#slider {
    position:relative;
    height:180px;
    background:url(../images/loading.gif) no-repeat 50% 50%;
    margin: -9px 0px 0px 0px;
}

.nivoSlider {
    position:relative;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
}
/* 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:60;
    display:none;
}
/* The slices in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:50;
    height:100%;
}
/* Caption styles */
.nivo-caption {
    position:absolute;
    left:0px;
    bottom:0px;
    background:#000;
    color:#fff;
    opacity:0.8; /* Overridden by captionOpacity setting */
    width:100%;
    z-index:89;
}
.nivo-caption p {
    padding:5px;
    margin:0;
}
.nivo-caption a {
    display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:99;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a.active{
    height: auto;
    width: auto;
    background-image: url(../images/baner_przyciski1.png);
    background-repeat: no-repeat;
    padding-top: 4px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-left: 7px;
    margin: 0 2px;
    color: #cd003a;
}


.nivo-controlNav{
    bottom: 0;
    position: absolute;
    z-index: 999;
    right:  5px;
    width: auto;
    padding: 4px 7px;
    margin-top: 8px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    text-align: right;
}
.nivo-controlNav a  {
    height: 20px;
    width: 20px;
    background-image: url(../images/baner_przyciski.png);
    background-repeat: no-repeat;
    padding-top: 4px;
    padding-right: 7px;
    padding-bottom: 4px;
    padding-left: 7px;
    text-align: center;
    margin: 0 2px;
    background-position: center center;
    cursor: pointer;
}
