jQuery(function($){
	
//SLIDESHOW
	$('#slides').cycle({
		fx: 'fade',
		speed: 5000,
		timeout: 2000
	});
});