Найти максимальную ширину элемента
var max_width = Math.max.apply(Math, variations.map(function(){ return $(this).width(); }).get());