
$(document).ready(function() {
	
	 $('#carouselcontainer').cycle({
			fx: 'fade',
			speed:  '1000',
			timeout: '4000'
	 });
	 
	  $('#carouselcontainer_wide').cycle({
			fx: 'fade',
			speed:  '1000',
			timeout: '4000'
	 });
		 	 
});



