﻿
/***** Gallery START *****/

div.profitour-gallery-background {
    position: absolute; 
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1001;
    padding: 0px;
    margin: 0px;
}

div.profitour-gallery-content {
    position: relative;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #000;
    width: 200px;
    text-align: left;
}

div.profitour-gallery-content.quirks {
    margin: 50px; 
}

div.profitour-gallery-content div, div.profitour-gallery-content p {
    margin: 0px;
    padding: 0px;
    border: 0px;
} 

div.profitour-gallery-background.hidden, div.profitour-gallery-content.hidden, div.profitour-gallery-background .hidden, div.profitour-gallery-content .hidden {
    display: none !important;
}

div.profitour-gallery-content, div.profitour-gallery-content a, div.profitour-gallery-content a:hover, div.profitour-gallery-content a:visited {
    color: #666;
    text-decoration: none;
}

div.profitour-gallery-content div.gallery-pager {
    position: absolute;
    z-index: 1002;
    height: 200px;
    width: 200px;
}

div.profitour-gallery-content div.gallery-pager a {
    width: 49%;
    height: 100%;
    display: block;
    background-image: url(data:image/gif;base64,AAAA); /* Hack, aby IE zobrazoval hover na cele plose */
}

div.profitour-gallery-content div.gallery-pager a:hover span {
    display: block;
}

div.profitour-gallery-content div.gallery-pager a.prev {
    float: left;
    text-align: left;
}

div.profitour-gallery-content div.gallery-pager a.prev span{
    background-position: left top;
}

div.profitour-gallery-content div.gallery-pager a.next {
    float: right;
    text-align: right;
    background-position: right top;
}

div.profitour-gallery-content div.gallery-pager a.next span {
    background-position: right top;
}

    div.profitour-gallery-content div.gallery-pager a span {
        margin-top: 15%;
        display: none; /* Zobrazi se pri hover */
        line-height: 32px;
        padding: 0px 20px 0px 20px;
        background-image: url('https://data.profitour.cz/img/bg-gallery-pager.png');
        background-repeat: no-repeat;
    }

div.profitour-gallery-content img {
    margin-bottom: 10px;
}

div.profitour-gallery-content p {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
}

div.profitour-gallery-content a.close {
    font-weight: bold;
    float: right;
    padding-left: 10px;
    background-image: none;
}

div.profitour-gallery-content a.close-iframe {
    background-image: none;
    display: block;
    font-weight: bold;
}

/***** Gallery END *****/