/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
 
.podstronaZdjeciaDIV { position: relative; height: 150px; margin-left: 25px; overflow: hidden; }
.podstronaZdjeciaDIV .prev { position: absolute; top: 50px; left: 10px; width: 30px; height: 30px; background: url(../img/prev.gif); text-decoration: none; display: block; cursor: pointer; }
.podstronaZdjeciaDIV .next { position: absolute; top: 50px; left: 628px; width: 30px; height: 30px; background: url(../img/next.gif); text-decoration: none; display: block; cursor: pointer; }
.podstronaZdjecia { width: 568px; margin-left: 50px; clear: both; text-align: center; }
.podstronaZdjecia img { margin: 1px; padding: 1px; }


.zdjeciaProjektyDIV { position: relative; height: 110px; clear: both; overflow: hidden; padding: 10px 0 0 0; }
.zdjeciaProjektyDIV .prev { position: absolute; top: 50px; left: 45px; width: 30px; height: 30px; background: url(../img/prev.gif); text-decoration: none; display: block; cursor: pointer; }
.zdjeciaProjektyDIV .next { position: absolute; top: 50px; left: 663px; width: 30px; height: 30px; background: url(../img/next.gif); text-decoration: none; display: block; cursor: pointer; }
.zdjeciaProjekty { width: 520px; margin-left: 99px; clear: both; text-align: center; }
.zdjeciaProjekty img { margin: 1px; padding: 1px; }

 
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
