/**
 * jQuery Cycle plugin configuration.
 */

/* SLIDESHOW FOTEK */
$(window).load(function() {
	$('.scrollableArea').cycle({
//		fx:                 'all',
//		fx:                 'blindY,cover,curtainY,fade,growY,scrollVert,slideY,turnUp,turnDown',
		fx:                 'fade',
//		fx:					'fade,growX,scrollHorz,turnLeft',
		randomizeEffects:   true,
		timeout:            5000,
		speed:				1500
	});
});
