$(document).ready(function() {
	
Cufon.replace('h1, .content-align3 h2, #events-area2 h2, h3, h4,');
	});
	
	
$(document).ready(function() {
$('#motion-align').hover(
		function() { $('.slideshow3').cycle('pause'); },
		function() { $('.slideshow3').cycle('resume'); });
		
    $('.slideshow3').cycle({
        fx: 'scrollVert',
        speed: 1000,
		timeout: 4000,
		 prev: '.motion-prev', 
    next: '.motion-next'
    });
	});
	
	
	
		
	
