$(document).ready(function(){

	// initalize the slider
	$('#slideshow').cycle({ 
		fx:     'fade', 
		speed:  'slow', 
		timeout: 4500, 
		pause: 1
	});
	
});

$(document).ready(function(){

	// initalize the slider
	$('#slideshow_home').cycle({ 
		fx:     'fade', 
		speed:  'slow', 
		timeout: 4500, 
		pause: 1,
		cleartype:  true,
    	cleartypeNoBg:  true
	});
	
});
