// or specify the exact effects you want using a comma delimited string; 
// you can disable the effect randomization by setting the  
// 'randomizeEffects' option to false 
$(document).ready(function() { 
  $('#slideshow2').cycle({  
    randomizeEffects: false, 
    //easing:          'easeInBack', // easing supported via the easing plugin
    speed:    1500,
    timeout:  1500,
    pause:   1,		    
    fx:       'fade',
    //before:   function(c,n,o) {$(o.caption).html(o.currFx);},
    caption:  '#caption12',
    prev:   '#sipka-leva', 
    next:   '#sipka-prava'  
  }); 
  
  
});

