$(document).ready(function(){
    $.preloadCssImages();
    $('.box_link').hover(
        function(){$('#over_img_'+$(this).attr('rel')).animate({opacity: 'show'}, 300)},
        function(){$('#over_img_'+$(this).attr('rel')).animate({opacity: 'hide'}, 100)}
    );
    $('.carousel').jcarousel({
        /*itemLoadCallback: itemLoadCallbackFunction*/
    });
    $("a[rel^='gallery']").colorbox({
     maxWidth  : '90%', 
     maxHeight : '90%',
     scrolling : false,
     opacity   : 0.70
    });   
});
