Shop.useroptions.milkbox.autoSize = false;

jQuery(document).ready(function($){
  $('ul#orbs').imgbubbles({factor:1.75}) //add bubbles effect to UL id="orbs"
  $('ul#squares').imgbubbles({factor:2.5}) //add bubbles effect to UL id="squares"
})
