$(document).ready(function(){
$(".latest_img").fadeTo("slow", 1);
$(".latest_img").hover(function(){
$(this).fadeTo("slow", 0.4);
},function(){
$(this).fadeTo("slow", 1);
});
});

$(document).ready(function(){
$('#slider').s3Slider({
            timeOut: 3000
});
});
