jQuery(document).ready(function(){

	/* ***************** Make boxes same height **************** */
	jQuery('#callouts').sameHeights();
		
	/* *************** animated banner *********************** */
	jQuery('#slideshow').cycle({
	  pathClass:     'active-path',
		fx:     'fade',
		speed:  'fast',
		timeout: 7000,
		pager:  '#pager',
		slideExpr: 'img',
		autoArrows:    false
	});
			
});




