Cufon.replace('.replaceFont');
Cufon.replace('label');

// initialise plugins
jQuery(function(){
		jQuery('ul.sf-menu').superfish();
});

$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements
				$("a[rel='slideshow']").colorbox({slideshow:true, transition:"fade", speed:800});
				$(".lightbox").colorbox();
				$(".map").colorbox({width:"1002", height:"740", iframe:true, href:"http://www.vantageliving.ca/map"});
});
