jQuery(document).ready(function(){
	jQuery(".rt-beforeafter").each(function(){
		jQuery(this).beforeAfter();
	});
});