$().ready(function() {
                        $("#akcia_pravy_bok").cornads({
                            cornerwidth: 200,
                            cornerheight: 200,
                            hdecale: 0,
                            vdecale: 0,
                            vertical:"bottom"
                        });
                    });
$(document).ready(function(){	
								$("#obr_kurenie").cycle({
												fx:"scrollDown",
												speed:1000,
												timeout:5000
												});
												
												$("#obr_ine").cycle({
												fx:"scrollRight",
												speed:1000,
												timeout:5000
												});
												
												$("#obr_armatury").cycle({
												fx:"scrollLeft",
												speed:1000,
												timeout:5000
												});
												
												$("#obr_alternativ").cycle({
												fx:"scrollUp",
												speed:1000,
												timeout:5000
												});
										
								$("#myController").jFlow({  
                                        slides: "#slides",  // the div where all your sliding divs are nested in  
                                        controller: ".jFlowControl", // must be class, use . sign  
                                        slideWrapper : "#jFlowSlide", // must be id, use # sign  
                                        selectedWrapper: "jFlowSelected",  // just pure text, no sign  
                                        width: "435px",  // this is the width for the content-slider  
                                        height: "180px",  // this is the height for the content-slider  
                                        duration: 2000,  // time in miliseconds to transition one slide  
                                        prev: ".jFlowPrev", // must be class, use . sign  
                                        next: ".jFlowNext" // must be class, use . sign
                                    }); 
}); 
