
$(function() {
	$("img").pngfix();
});


$(function () {
	$('#slideshow').cycle({
		fx: 'fade',
		timeout: 6000,
		speed:  2000,
		next:   '#next', 
		prev:   '#prev'
	});
});
