jQuery(document).ready(function() { $("a[rel='diapo']").colorbox({transition:"elastic",maxHeight:"100%",maxWidth:"100%", scalePhotos:"true", innerHeight:"75%", innerWidth:"75%", slideshow:"true", slideshowAuto:"false", preloading:"true", slideshowSpeed:"6000", slideshowStart:"diaporama on", slideshowStop:"diaporama off", current:"{current}/{total}" }); $("a[rel='diapo_video']").colorbox({iframe:"true", width:"793", height:"542", current:"{current}/{total}" }); });