$(document).ready(function(){	
	/*$("a.fancybox").fancybox({
		'transitionIn'	:	'elastic',
		'transitionOut'	:	'elastic',
		'speedIn'		:	600, 
		'speedOut'		:	200, 
		'titlePosition'		:	'inside', 
		'overlayShow'	:	true
	});*/
	
	$('#feature-items h2 a').match_heights_for_sub_group(4);
	$('.sections h2 a').match_heights_for_sub_group(3);
	
	$('#promo_boxes_home .box_foot .content').match_heights_for_sub_group(4);
	$('.main-content #promo_boxes .box_foot .content').match_heights_for_sub_group(3);
	
	if($('#header').length > 0)
		$('#header p').css(
			'padding-top',
			parseInt(
				($('#header').height() - $('#header p').height()) / 2
			) + 'px'
		);
	
	common_init();
});
