$().ready(function() {
$('.picbox').cycle({ 
    fx:     'fade', 
    timeout: 8000,
    speed: 2000
 });
});
