jQuery.noConflict(); 

// Put all your code in your document ready area
jQuery(document).ready(function($){

    // initialize Shadowbox
    // A custom build of shadowbox-2.0/shadowbox-2.0.js is already loaded
    // it includes:
    // - the jquery integration
    // - the players: img, swf, flv, qt, wmp, iframe, html
    // - the skin: shadowbox-2.0/skin/classic
    //
    Shadowbox.init();
    
    
});
