// Gallery Two

$ (function() {
	
	$('#p10').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/editorial/anshan_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/editorial/ashan_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p11').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/editorial/beijinglights_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		
		$('#preview a').attr("href", "./images/lightbox/editorial/bejinglights_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p12').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/editorial/desertcamels_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/editorial/dessertcamels_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p13').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/editorial/desertparking_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/editorial/dessertparking_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p14').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/editorial/farmerinfield_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/editorial/farmersfield_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p15').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/editorial/harbin_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/editorial/harbin_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p16').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/editorial/hutong_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/editorial/hutong_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p17').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/editorial/icefest_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/editorial/icefest_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p18').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/editorial/windowcleaners_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/editorial/windowcleaners_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
});
