 $(function() {
            
      $("input.UploaderInputFile").filestyle({ 
          image: "/App_Themes/Ukmodels/images/choose.jpg",
          imageheight : 23,
          imagewidth : 100,
          width : 150
      });
          
  });
