/*
 * SP2 Apps Bootstrap
 *
 * Copyright (c) 2008 Fabrizio Fiandanese (creativepattern.com)
 *
 * $Date: 2009/06/03 14:31:13 $
 * $Rev: 110 $
 */


$(function()
{
	$("input[type=file]").filestyle({ 
	    image: "http://sp.crystalmedianetworks.com/player/assets/apps/browse.gif",
	    imageheight : 17,
	    imagewidth : 55,
	    width : 190
	});


	
});
