$(function() {

//if (!($.browser.version<7)) {
	Cufon.replace('h1,h2,h3,#nav>li>a', {hover:true});
//}

if ($.browser.msie) {
	$("#content").cornerz({radius:12});
	$("#foot").cornerz({radius:12, corners:"bl br"});
}




$('#bed-sizes tbody tr').hover(function() {
    $(this).toggleClass('cellHighlight');
});
  
  
  
$('#locator-map a.auckland').click(function(){
	return false;
});


$('#header-beds').cycle();

$('#tvc a').colorbox({
	iframe:true,
	width:"550",
	height:"345",
	initialWidth:1,
	initialHeight:1,
	speed:600,
	opacity:0.5,
	scrolling:false
	});
	
});
