// ***********************************************************************************
// script (c) and written by Radek HULAN
// http://hulan.cz/
// ***********************************************************************************

$(document).ready(function(){
    var slideshowCycle = $('#slideshowCycle').cycle({ 
    	fx: 'fade', 
     	timeout: 4000,
       	speed: 500,
		next:   '#rotatorright',
		prev:   '#rotatorleft'
	});
});
