$(function() {
  $(".thumb").colorbox({
    rel:'thumb',
    scrolling:true,
    width: "66%",
    height: "75%",
    current: ""
  });
});


