$(document).ready(function(){
$.fn.colorbox.settings.transition = "fade";
$.fn.colorbox.settings.bgOpacity = "0.10";
$(".colorbox").colorbox();
$("#iframe").colorbox({width:"90%", height:"90%", iframe:true});
$("#iframe50").colorbox({width:"50%", height:"70%", iframe:true});

$("#zinelink").colorbox({fixedwidth:"900px", fixedheight:"700px", inline:true, href:"#zine"});

$("#tubelink").colorbox({fixedwidth:"600px", fixedheight:"500px", inline:true, href:"#tube"});


});
