// Colorbox
jQuery(document).ready(function(){jQuery('a[rel=lightbox]').colorbox({maxWidth:'90%',maxHeight:'90%'});});
jQuery(document).ready(function(){jQuery(".iframe").colorbox({width:"650", height:"80%", iframe:true});});

// Cufon
Cufon.now();

$(document).ready(function(){
		$(".example5").colorbox({iframe:true, innerWidth:440, innerHeight:330});

})
