$(document).ready(function(){ // SET UP COLORBOX $("a[rel='openpic']").colorbox({transition:"fade"}); $("a[rel='openfile']").colorbox({width:960, height:830,opacity: .8,iframe:true,rel:'nofollow'}); $("a[rel='openalert']").colorbox({iframe:true, innerWidth:425, innerHeight:344}); $("a[rel='openrequired']").colorbox({iframe:true, innerWidth:425, innerHeight:344}); $("a[rel='productpic']").colorbox({transition:"none"}); });