$(document).ready(function() {
        // Initialize lightbox items
        $('a[rel="lightbox"]').colorbox({transition:'fade', speed:500});
});
