/* BOX */

.jcarousel-item-placeholder {
    color: #000000;
    background: #ffffff;
}

.jcarousel-container {
    /*margin: auto;*/
    position: relative;
    overflow: hidden;
}

.jcarousel-container-horizontal {
    width: 175px; height: 175px;
    /*padding: 5px;
    border: 2px solid #cccccc;*/
}

.jcarousel-list-horizontal {
    width: 175px; height: 175px;
}


/* BOX - FOTO */

.jcarousel-clip {
    width: 175px; height: 175px;
    padding: 0px; margin: 0px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}


/* BOX S MENSIM MNOZSTVIM POLOZEK */

.items1 .jcarousel-container-horizontal,
.items1 .jcarousel-clip {
    width: 175px; height: 175px;
}

.items2 .jcarousel-container-horizontal,
.items2 .jcarousel-clip {
    width: 175px; height: 175px;
}


/* SEZNAM FOTO */

.jcarousel-list {
    margin: 0px; padding: 0px;
    top: 0px; left: 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.jcarousel-list li {
    list-style: none;
    float: left;
}


/* POLOZKA */

.jcarousel-item {
    width: 175px; height: 175px;
    padding: 0px; margin: 0px;
}

.jcarousel-item a,
.jcarousel-item a img {
    width: 175px; height: 175px;
    border: 0px none;
}



/* NAVIGACE */

.jcarousel-next-horizontal {
    width: 13px; height: 13px;
    background: url('/public/styles/prettyGallery/next.gif') right center no-repeat;
    cursor: pointer;
    float: right;
    margin: 5px 0px 5px 0px;
}

.jcarousel-prev-horizontal {
    width: 13px; height: 13px;
    background: url('/public/styles/prettyGallery/previous.gif') left center no-repeat;
    cursor: pointer;
    float: left;
    margin: 5px 0px 5px 0px;
}

.withoutNavigation .jcarousel-next-disabled-horizontal,
.withoutNavigation .jcarousel-prev-disabled-horizontal {
    visibility: hidden;
}

