// Establish colorbox variables for the hachette template
	$(document).ready(function(){
		$("a[rel='gallery']").colorbox({slideshow:true});	
		$(".terms").colorbox({width:"50%", inline:true, href:"#inline_terms"});
	});


// Initiate hachette accordion plugin
	$(function() {
		$("#accordion").accordion({
			autoHeight: false,
    		alwaysOpen: false, 
    		active: false,
    		animated: false
		});
	});

