$(document).ready(function() {
    $(window).load(function(){
        $(".photosgallery-std").sliderkit({
            mousewheel:false,
            keyboard:true,
            shownavitems:5,
            auto:true,
            circular:true,
            navitemshover:true,
            navcontinuous:false
        });
        //alert("hola");
    });
        
});

