$(document).ready(function() {

	$('.pics').cycle({ 
    fx: 'scrollLeft', 
    timeout: 5000
 	});
	



});
