$(document).ready(function(){

	 $("input[type=file]").filestyle({ 
	     image: "/images/folder-icon-small.png",
	     imageheight : 32,
	     imagewidth : 48,
	     width : 250
	 });
});