$(function(){

	$('#imgs').cycle({ 
	    fx:     'fade', 
	    speed:  'fast', 
	    timeout: 0, 
	    next:   '#next',
		prev:   '#prev'
	});

});
