$(document).ready(function () {
$('.pics').cycle({ 
    fx:    'fade', 
    speed:  10000 
 });
});
