$(document).ready(function() {
	if ($_('images')) {
		$('#text').addClass("text-images");
	}
	$('#text p').attr("style", "");
});
