$('document').ready(function(){

    // jCarousel
    jQuery('#mycarousel').jcarousel();
	
	// Colorbox
    $('.legal').colorbox({width:"700px", height:"600px", iframe:true});
    $('.showInfo').colorbox({width:"700px", height:"600px", iframe:true});
    $('.showPic').colorbox({});
    $('.agradece').colorbox({width:"500px", height:"220px", iframe:true});
 
}); /* End DOMReady */


