
j$(function() {
    
    j$('.pics').cycle({ 
    fx:     'fade', 
    speed:   3000, 
    timeout: 3000 
});
});

