$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements
				$("a[rel='gallery']").colorbox({maxWidth: "95%", maxHeight: "95%"});
				
				
			});





$(document).ready(function(){	
	$("#slider").easySlider({
		auto: true,
		continuous: true,
		speed: 1000,
		pause: 10000
	});
});


$(document).ready(function(){
	$.smoothAnchors(2000, "swing", false);
});
/*
$(function(){
		$('#contact').contactable({
	 		subject: 'Get in touch/Feedback'
	 	});
	});
  
  */
  

