$(document).ready(function(){
       
        $("#fotos").wslide({
                width: 200,
                height: 200,
				col: 4, 
				autolink: 'menu3' 
				//horiz: true  tipo1
				

        });
      
});
