/* Author:

*/
/*$(document).ready(function() {
    $('.item').hover(function(){
      $(this).find('.over').css({display: 'block'}).animate({opacity: 1}, 200);
    }, function() {
      $(this).find('.over').animate({opacity: 0}, 200);
    })
});*/








