// Gallery Three

$(function() {
	
	$('#p29').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/products_and_commercial/acropphoto_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/products_and_commercial/acropphoto_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p30').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/products_and_commercial/basketball_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/products_and_commercial/basketball_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p31').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/products_and_commercial/bmw_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/products_and_commercial/bmw_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p32').click(function() {
		
		$('#bg').fadeOut(500, function() {
		
			$('#bg').css('background-image','url(images/backgrounds/products_and_commercial/cage_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/products_and_commercial/cage_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p33').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/products_and_commercial/carts_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/products_and_commercial/carts_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p34').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/products_and_commercial/deer_bk.jpg)');
			$('#bg').fadeIn(500);
		
		});
		
		
		$('#preview a').attr("href", "./images/lightbox/products_and_commercial/deer_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p35').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/products_and_commercial/karrimor_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/products_and_commercial/karrimor_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p36').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/products_and_commercial/restaurant_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/products_and_commercial/restaurant_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p37').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/products_and_commercial/newyearfireworks_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		
		$('#preview a').attr("href", "./images/lightbox/products_and_commercial/newyearfireworks_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p38').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/products_and_commercial/politics_bk.jpg)');
			$('#bg').fadeIn(500);
		
		});
		
		$('#preview a').attr("href", "./images/lightbox/products_and_commercial/politics_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p39').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/products_and_commercial/pool_bk.jpg)');
			$('#bg').fadeIn(500);
		
		});
		
		$('#preview a').attr("href", "./images/lightbox/products_and_commercial/pool_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
	$('#p40').click(function() {
		
		$('#bg').fadeOut(500, function() {
			
			$('#bg').css('background-image','url(images/backgrounds/products_and_commercial/lobsters_bk.jpg)');
			$('#bg').fadeIn(500);
			
		});
		
		$('#preview a').attr("href", "./images/lightbox/products_and_commercial/lobsters_lite.jpg");
		$('#preview').fadeIn('fast');
		
	});
	
});
