$(function() {
 $('.pics').cycle({
    fx:     'fade',
    speed:   300,
    timeout: 5000,
    next:   '.pics',
    pause:   1
});
});