$(document).ready(function(){
    $('div.image img').fadeIn(3500);
});
