$("body:not(body#home) .contentWrap").find("h1:first").appendTo(".heroWrap");

$('ul.heroBanner').cycle({
	fx:'none',
	speed:2000,
	timeout:5000,
	pager:'ul.heroNav',
	pagerEvent: 'mouseover', 
	allowPagerClickBubble: true, 
	pagerAnchorBuilder: function(idx, slide) {
		return 'ul.heroNav li:eq(' + idx + ')';
	}
});


$(".btnEnquiry").click(function(){ 
	$(".smlContactForm").fadeIn();
});

