// http://www.recoding.it/wp-content/uploads/demos/showcase-documentation-2.0.htm
$(function() {
$("#jszima").showcase({
    css: {border: "none", width: "300px", height: "174px"},
    animation: { interval: 4000,
                stopOnHover: true,
                easefunction: "swing",
                speed: 900,
                type: "fade"},
    images: [
      { url:"public/images/slideshow/foto-zima-1.jpg",
        link:"/ubytovani/zima"},
      { url:"public/images/slideshow/foto-zima-2.jpg",
        link:"/ubytovani/zima"}, 
      { url:"public/images/slideshow/foto-zima-3.jpg",
        link:"/ubytovani/zima"},
      { url:"public/images/slideshow/foto-zima-4.jpg",
        link:"/ubytovani/zima"},   
      ],
    navigator: {
        position: "bottom-left",
        autoHide: true,
        css: { padding:"1px", margin: "5px" },
        showNumber: true,
        item: {
            css: {  height:"16px",
                    "line-height":"16px",
                    width:"16px",
                    "-moz-border-radius": "0px",
                    "-webkit-border-radius": "0px",
                    backgroundColor: "#383838",
                    borderColor:"#323232",
                    margin: "0px",
                    "text-align": "center",
                    "vertical-align": "middle" },
            cssHover: {
                backgroundColor: "#ababab",
                borderColor: "#ababab" },
            cssSelected: {
                backgroundColor: "#dadada",
                borderColor: "#dadada" }
        }
    },
    titleBar: { enabled: false } //aktivace info-pruhu
});
});

$(function() {
$("#jsleto").showcase({
    css: {border: "none", width: "300px", height: "174px"},
    animation: { interval: 4500,
                stopOnHover: true,
                easefunction: "swing",
                speed: 600,
                type: "fade"},
    images: [
      { url:"public/images/slideshow/foto-leto-1.jpg",
        link:"/ubytovani/leto" }
      ],
    navigator: {
        position: "bottom-left",
        autoHide: true,
        css: { padding:"1px", margin: "5px" },
        showNumber: true,
        item: {
            css: {  height:"16px",
                    "line-height":"16px",
                    width:"16px",
                    "-moz-border-radius": "0px",
                    "-webkit-border-radius": "0px",
                    backgroundColor: "#383838",
                    borderColor:"#323232",
                    margin: "0px",
                    "text-align": "center",
                    "vertical-align": "middle" },
            cssHover: {
                backgroundColor: "#ababab",
                borderColor: "#ababab" },
            cssSelected: {
                backgroundColor: "#dadada",
                borderColor: "#dadada" }
        }
    },
    titleBar: { enabled: false } //aktivace info-pruhu
});
});
