
<!-- scrolling gallery - main images --> 
$(document).ready(function(){
 
$('ol.activephotolist li div.activephoto').cycle({
    fx: 'scrollDown',
    speed:1000,
	sync:1,
	timeout:9000,
	easing:'easeInOutQuad'
});
 
 $('ol.activephotolist li.second div.activephoto').cycle({
    fx: 'scrollDown',
    speed:1000,
	sync:1,
	timeout:9000,
	easing:'easeInOutQuad'
});
 
 $('ol.activephotolist li.third div.activephoto').cycle({
    fx: 'scrollDown',
    speed:1000,
	sync:1,
	timeout:9000,
	easing:'easeInOutQuad'
});
});


  

