/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
    margin-right: 30px;
}

.jcarousel li:first-child {
    margin-left: 5px !important;
}

.jcarousel-wrapper  {
    position: relative;
    overflow: hidden;
}

.jcarousel-wrapper .jcarousel-prev {
    position: absolute;
    top: -40px;
    right: 40px;
    color: rgb(255,255,255) !important;
    background-color: #a27e4f !important;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.jcarousel-wrapper .jcarousel-next {
    position: absolute;
    top: -40px;
    right: 0px;
    color: rgb(255,255,255) !important;
    background-color: #a27e4f !important;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.novinky-z-fotogalerie .inside-div {
    overflow: auto;
}

.novinky-z-fotogalerie .inside-div .pred-div{
    margin-right: 10px;
}

.novinky-z-fotogalerie .inside-div div, .novinky-z-fotogalerie .inside-div a{
    display: block;
    float: left;
}

.novinky-z-fotogalerie .inside-div div p, .novinky-z-fotogalerie .inside-div a p, .novinky-z-fotogalerie .inside-div .inside-div-a p{
    display: block;
    margin: 0px;
}

.novinky-z-fotogalerie .title{
    font-size: 1.2em;
    width: 100%;
    display: block;
}

.novinky-z-fotogalerie .title{
    font-size: 1.2em;
    width: 100%;
    display: block;
}