jQuery.noConflict();
jQuery(function() {
            
      jQuery("input.file").filestyle({ 
          image: "images/img/brouse.png",
          imageheight : 23,
          imagewidth : 65,
          width : 235,
          height : 14
      });
     
  });
