// http://www.recoding.it/wp-content/uploads/demos/showcase-documentation-2.0.htm
$(function() {
$("#upoutavka").showcase({
    css: {border: "none", width: "610px", height: "260px", "text-align": "left" },
    animation: { interval: 4500,
                stopOnHover: true,
                easefunction: "swing",
                speed: 2400,
                type: "fade"},
    images: [
      { url:"/www_csp/images/slideshow/csp-vodnany-new-01.jpg",
        description: "",
        link:"/", target: "_blank" },
      { url:"/www_csp/images/slideshow/csp-vodnany-04.jpg",
        description: "",
        link:"/", target: "_blank" },
      { url:"/www_csp/images/slideshow/csp-vodnany-new-02.jpg",
        description: "",
        link:"/", target: "_blank" },
      { url:"/www_csp/images/slideshow/csp-vodnany-06.jpg",
        description: "",
        link:"/", target: "_blank" },
      { url:"/www_csp/images/slideshow/csp-vodnany-new-03.jpg",
        description: "",
        link:"/", target: "_blank" }
        ],
    navigator: {
        position: "top-right",
        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
});
});
