$(function () {
    $('.ma5slider').ma5slider();
            $(".pic_m").mouseover(function(){
                $(this).children(".zzc").stop().show(500)
            }).mouseout(function(){
                $(this).children(".zzc").stop().hide(500)

            })
})