jQuery('document').ready( function() {
	jQuery('.LiveGalleryContent span[style]').removeAttr('style');
	jQuery('.LiveGalleryContent p[style]').removeAttr('style');
});
