jQuery(function(){
  $("a[rel='gal']").colorbox({
    transition:"none",
    width:"945px",
    height:"650px"
  });

  $('#my-dropdown').sSelect();

  $('li.gray a').click(function(){
    return false;
  });

  $("a.targetBlank").click(function(){
    window.open(this.href);
    return false;
  });

});

