jQuery(document).ready(
		function()
		{
			jQuery('.mgp-option:last').addClass('last');
		}
);

