$(document).ready(function() {
  $('.productimages a').fancybox();
  $('#jstabs').tabs(1, { fxFade: true, fxSpeed: 'fast' }); // fxSlide: true
}); 
