$(document).ready(function()
{
    $('.slideshow').cycle(
		{
			fx: 'turnLeft, uncover',
			next: '#slide-next',
			pause: true
		});
		
    $('.testimonials').cycle(
		{
			fx: 'fade',
			pager: '#testimonialsNav',
			timeout: 8000
		});		
});
