/**********************
 * @author Pernilla   *
 **********************/
$(function() {
	$('#slideshow').cycle({ 
	    fx:    'fade', 
	    speed:  4000,
		cleartypeNoBg: true
	 });
});



