/*
Generated to gzip the content
*/
$(document).ready(function(){
	
		

$('.slideshow1').cycle({
			fx: 'scrollDown',
			speed: 1000,
    		sync:1,
			timeout: 10000,
			easing: 'easeInOutQuad',
			pause:0,
			after:function(currSlideElement, nextSlideElement, options, forwardFlag){
					$('.slideshow-holder .decor .eq').hide();
					$('.slideshow-holder .decor .eq').eq(options.currSlide).show();
				
				
			}

		});
$('.slideshow2').cycle({
			fx: 'scrollDown',
			speed: 1000,
    		sync:1,
			timeout: 10000,
			delay:2000,
			easing: 'easeInOutQuad',
			pause:0
		});
$('.slideshow3').cycle({
			fx: 'scrollDown',
			speed: 1000,
    		sync:1,
			timeout: 10000,
			delay:4000,
			easing: 'easeInOutQuad',
			pause:0

		});
		

})

