jQuery(document).ready(function() { //carousel
    jQuery('#carousel').jcarousel({ scroll: 4 });
});

$(function() {

	$(".tmb_link").click(function(){
		$("#fullimg").hide();
		$("#fullimg").fadeIn('normal');
		$("#img_title").slideUp('normal');
		$("#img_title").slideDown('normal');
		return false;
	});


	$("#chapel-1").click(function(){
		$("#img_title2").html("The Old Chapel, Talkin");
		$("#fullimg").attr("src","img/full/chapel-1.jpg");
	});
	
	$("#chapel-2").click(function(){
		$("#img_title2").html("Blacksmiths Arms and The Old Chapel, Talkin");
		$("#fullimg").attr("src","img/full/chapel-2.jpg");
	});
	
	$("#chapel-3").click(function(){
		$("#img_title2").html("The Old Chapel, Talkin");
		$("#fullimg").attr("src","img/full/chapel-3.jpg");
	});
	
	$("#chapel-4").click(function(){
		$("#img_title2").html("The Old Chapel - Rear of Property");
		$("#fullimg").attr("src","img/full/chapel-4.jpg");
	});
	
	$("#chapel-5").click(function(){
		$("#img_title2").html("The Old Chapel - Kitchen Window");
		$("#fullimg").attr("src","img/full/chapel-5.jpg");
	});

	$("#kitchen-1").click(function(){
		$("#img_title2").html("The Old Chapel - Kitchen");
		$("#fullimg").attr("src","img/full/kitchen-1.jpg");
	});
	
	$("#kitchen-2").click(function(){
		$("#img_title2").html("The Old Chapel - Kitchen");
		$("#fullimg").attr("src","img/full/kitchen-2.jpg");
	});
	
	$("#kitchen-3").click(function(){
		$("#img_title2").html("The Old Chapel - Kitchen");
		$("#fullimg").attr("src","img/full/kitchen-3.jpg");
	});
	
	$("#kitchen-4").click(function(){
		$("#img_title2").html("The Old Chapel - Utility Area");
		$("#fullimg").attr("src","img/full/kitchen-4.jpg");
	});
	
	$("#living-1").click(function(){
		$("#img_title2").html("The Old Chapel - Living Room");
		$("#fullimg").attr("src","img/full/living-1.jpg");
	});
	
	$("#living-2").click(function(){
		$("#img_title2").html("The Old Chapel - Living Room");
		$("#fullimg").attr("src","img/full/living-2.jpg");
	});

	$("#living-3").click(function(){
		$("#img_title2").html("The Old Chapel - Living Room");
		$("#fullimg").attr("src","img/full/living-3.jpg");
	});
	
	$("#living-4").click(function(){
		$("#img_title2").html("The Old Chapel - Living Room");
		$("#fullimg").attr("src","img/full/living-4.jpg");
	});
	
	$("#bathroom-1").click(function(){
		$("#img_title2").html("The Old Chapel - Bathroom");
		$("#fullimg").attr("src","img/full/bathroom-1.jpg");
	});
	
	$("#bathroom-2").click(function(){
		$("#img_title2").html("The Old Chapel - Bathroom");
		$("#fullimg").attr("src","img/full/bathroom-2.jpg");
	});
	
	$("#bedroom-1").click(function(){
		$("#img_title2").html("The Old Chapel - Bedroom");
		$("#fullimg").attr("src","img/full/bedroom-1.jpg");
	});
	
	$("#bedroom-2").click(function(){
		$("#img_title2").html("The Old Chapel - Bedroom");
		$("#fullimg").attr("src","img/full/bedroom-2.jpg");
	});
	
	$("#bedroom-3").click(function(){
		$("#img_title2").html("The Old Chapel - Bedroom");
		$("#fullimg").attr("src","img/full/bedroom-3.jpg");
	});
	
	$("#bedroom-4").click(function(){
		$("#img_title2").html("The Old Chapel - Bedroom");
		$("#fullimg").attr("src","img/full/bedroom-4.jpg");
	});
	
	$("#bedroom-5").click(function(){
		$("#img_title2").html("The Old Chapel - Bedroom");
		$("#fullimg").attr("src","img/full/bedroom-5.jpg");
	});
	
	$("#lakes-1").click(function(){
		$("#img_title2").html("Nearby Attractions - Derwent Water");
		$("#fullimg").attr("src","img/full/lakes-1.jpg");
	});
	
	$("#lakes-2").click(function(){
		$("#img_title2").html("Nearby Attractions - Buttermere");
		$("#fullimg").attr("src","img/full/lakes-2.jpg");
	});
	
	$("#lakes-3").click(function(){
		$("#img_title2").html("The Lakes from the Talkin Fells");
		$("#fullimg").attr("src","img/full/lakes-3.jpg");
	});
	
	$("#tarn-1").click(function(){
		$("#img_title2").html("Talkin Tarn");
		$("#fullimg").attr("src","img/full/tarn-1.jpg");
	});

});
