
$(function() {
  
  // Normal
  $(".carDet a").flyout({ widthMargin:2, 
                          heightMargin:2,
                          closeTip: "Click to close"});

  // Large with top offset
  $(".carDetOffset a").flyout({ widthMargin:2, 
                                heightMargin:-600,
                                topMargin:300,
                                closeTip: "Click to close"});
});