// customized settings for Designs by Tierney Slideshow script (jquery cycle lite).

jQuery(function() {
    
    jQuery('#slideshow').cycle({
        fx: 'turnRight',
		timeout: 4500,
        speed: 2000,
		delay: -2000
    });
    

    jQuery('#cycle-quotes').cycle({
        fx: 'scrollRight',
		timeout: 0,
        speed: 1000,
		next: '#cycle-quote-next',
		prev: '#cycle-quote-prev'
    });


});

