jQuery(document).ready( function() {
	
	jQuery('#video-link').colorbox({ iframe: true, innerWidth: 640, innerHeight: 380, fixed: true });
	//jQuery('#book-excerpt-link').colorbox({ iframe: true, innerWidth: 800, innerHeight: 600, fixed: true });
	jQuery("a[rel='book']").colorbox();
	
});
