// Gallery Three

$(function() {
	
	$('#p19').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/travel_illustration/baikal_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		
		$('#preview a').attr("href", "./images/lightbox/travel_illustration/baikal_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p20').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/travel_illustration/beach_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/travel_illustration/beach_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p21').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/travel_illustration/datong_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/travel_illustration/datong_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p22').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/travel_illustration/desertwheel_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/travel_illustration/dessertwheel_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p23').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/travel_illustration/ed_bk.jpg)');
			$('#bg').fadeIn(500);
		
		});
		
		$('#preview a').attr("href", "./images/lightbox/travel_illustration/ed_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p24').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/travel_illustration/lochcloanie_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		
		$('#preview a').attr("href", "./images/lightbox/travel_illustration/lochcloanie_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p25').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/travel_illustration/qianshan_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/travel_illustration/qianshan_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p26').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/travel_illustration/sunburst_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/travel_illustration/sunburst_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p27').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/travel_illustration/tessagobi_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/travel_illustration/tessagobi_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p28').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/travel_illustration/yabulipano_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/travel_illustration/yabulipano_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
});
