$j = jQuery.noConflict();


$j(document).ready(function() {

	
	
$j('#page_background .slideshow').cycle({ 
fx:     'fade',
timeout: 6000, 
delay:  -22000,
next:   '#next', 
prev:   '#prev' 
});


$j('#slideshow-small .slideshow').cycle({ 
fx:     'fade', 
timeout: 6000, 
delay:  -12000,
next:   '#next', 
prev:   '#prev' 
});



	
	
});



