$(function() {
    
      $('#przejscia').cycle({
      		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
      });
      
      $('#komunikaty').cycle({ 
        timeout: 3000, 
        cleartypeNoBg: true, 
        speed: 400,
        fx: 'scrollLeft'
      });
    
			$("#showcase_left").showcase({
			
        css: { width: "435px", height: "226px" },
				animation: { interval: 4500, stopOnHover: true, easefunction: "swing", speed: 600 },
				
				navigator: { position: "top-left",
                             css: { padding:"0px", margin: "1px 1px 1px 1px" },
                             showNumber: true,
                             item: { 
                                 css: { height:"16px", "line-height":"16px", width:"16px", backgroundColor: "white", "font-size":"10px", border:"none", margin: "0px", "text-align": "center", "vertical-align": "middle" },
                                 cssHover: { backgroundColor: "#ababab", border:"none"},
                                 cssSelected: { backgroundColor: "#dadada", border:"none"}
                             }
                },
        titleBar: { autoHide: false}
			});

			
 
});
    
  


