
	function fecharLightRafael() {
		jQuery(".conteudo_lightbox").css("display", "none"); 
		jQuery(".fundo_lightbox").css("display", "none"); 
	} 



	function resizeLightRafael( pId, pWidth ){
		var larguraTela = jQuery("body").width(); 
		posicaoLeftAux = parseFloat(larguraTela) - parseFloat(pWidth); 
		posicaoLeft = parseFloat(posicaoLeftAux) / 2; 
		jQuery("#conteudo"+pId).css({ left: posicaoLeft}); 
	} 