$(document).ready(function () {

    // Enable colorbox on the hidden views.
    $("a.workshop-view-link").colorbox({
        maxHeight: '500px',
        opacity: .67,
        title: ' '
    });
    
});

