$(document).ready(function() {
    $('.portfolio a').colorbox({current: ''});
});

