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