(function($){			
	$Geral = {

		_constructor:function()
		{
			var me = this;
			me.initConfig();
		},

		initConfig:function()
		{
			$('.campo input').resetDefaultValue();
			$('.campo textarea').resetDefaultValue();
			$('.imgDepoimento').fancybox();
		}
	}
})(jQuery); 