jQuery(document).ready(function () {
    jQuery("#marinelli_splash").cycle({
      "fx": "fade",
      "prev": "#header-image-prev",
      "next": "#header-image-next"
    });
});;
jQuery(document).ready(function () {
    jQuery(".mycarousel").each(function(index) {
        jQuery(this).find("a").colorbox({
            maWidth:"80%",
            maxHeight:"80%",
            "current":"Photo {current}/{total}",
            "rel": "group-" + index
        })
    }
    );
});;

