$(document).ready(function() {
	
	
	
	// REMOVE TITLES ON IMAGES

	$(function() {
		$('[title]').removeAttr('title');
	});
	
	
	
	// SMOOTH SCROLL
	
	$('.location-anchor, .check-availability, .view-cottages').smoothScroll({
		scrollTarget: null,
		easing: 'swing',
		speed: 900
	});
	
	
	
	// COTTAGE GALLERY
	
	$(document).ready(function(){	
		$(".cottage-gallery div").easySlider({
			auto: true,
			continuous: true,
			nextId: "slider1next",
			prevId: "slider1prev"
		});
	});
	
	
	
	// TESTIMONIALS
	
	$('#testimonials ul').easyPaginate({
		step:1
	});




});
