$(document).ready(function() {

$('.pics').cycle({ 
    fx: 'scrollDown',
	timeout:  5000 

});
});




