$(document).ready(function(){ 
						   
	$(document).pngFix();
	
	$('#slideshow').cycle({ 
	    fx:     'scrollHorz', 
	    next:   '#next_btn',
	    timeout: 0 
	});
}); 
