$(document).ready(function() {
	$("div#latest_news div#left,div#latest_news div#right").equalHeights();
	$("form#enquiry_form fieldset").equalHeights();
	$('ul.prod_gallery li.small').nyroModal();
	$('div#slideshow').cycle()
	$('#accordian_control').accordion({ 
	    header: 'h3', 
	    alwaysOpen: false,
		active: false,
	 	autoheight: false
	});
	$('div.product_info').accordion({ 
	    header: 'h2', 
	 	autoheight: false
	});
});
