SexyLightBox = Class.refactor(SexyLightBox, {

	showContent : function(html, size, bg) {
		this.previous(html, size, bg);

		var layerTitle = this.Contenido.getElement('.layerTitle');

		if (this.Top.children[0].hasClass('layerTitle'))
			this.Top.children[0].dispose();

		if (layerTitle)
			layerTitle.injectTop(this.Top);

	}

});

