    $(document).ready (function() {
		$("#karuzela").showcase({
		    animation: { type: "fade" },
			titleBar: { enabled: false },
    		navigator: {         
			position: "bottom-right",
        css: { padding:"0px",
               margin: "0px 12px 10px 0px" },
        showNumber: true,
        item: {
            css: {  height:"15px",
                    "line-height":"15px",
                    width:"15px",
                    "-moz-border-radius": "10px",
                    "-webkit-border-radius": "10px",
                    backgroundColor: "#ffffff",
					color: "#3e3b37",
                    margin: "0 2px",
					"font-size":"11px",
					"font-family": "Arial",
					border: "0px",
                    "text-align": "center",
                    "vertical-align": "middle" },
            cssSelected: {
                backgroundColor: "#8d5834",
				border: "0px",
				color: "#ffffff"},
            cssHover: {
                backgroundColor: "#ffffff",
				border: "0px",
				color: "#8d5834"}
        }
}
		}); 
                        
    });
