<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Disappearing Corners &#187; Pudong</title>
	<atom:link href="http://www.disappearingcorners.com/tag/pudong/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.disappearingcorners.com</link>
	<description>Rediscovering Shanghai&#039;s forgotten heritage through photography &#38; tales</description>
	<lastBuildDate>Tue, 03 Jan 2012 14:01:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Former Residence of Huang Yan Pei</title>
		<link>http://www.disappearingcorners.com/former-residence-of-huang-yan-pei/</link>
		<comments>http://www.disappearingcorners.com/former-residence-of-huang-yan-pei/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:40:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Second Batch]]></category>
		<category><![CDATA[Chuansha County]]></category>
		<category><![CDATA[Pudong]]></category>

		<guid isPermaLink="false">http://www.disappearingcorners.com/?p=798</guid>
		<description><![CDATA[Location: No 200 Xin Chuan Lu, Chuansha, Pudong Now I know why this house is a peace of treasure in Chuan Sha. Not only is it a historic courtyard; according to Professor Cai, one of the early town planners of Pudong New District, this is where Soong Ching Ling was born!]]></description>
			<content:encoded><![CDATA[<p><strong>Location: No 200 Xin Chuan Lu, Chuansha, Pudong</strong></p>
<p>Now I know why this house is a peace of treasure in Chuan Sha. Not only is it a historic courtyard; according to Professor Cai, one of the early town planners of Pudong New District, this is where Soong Ching Ling was born!</p>

	
		<div class="gallery_clear"></div> 
		<div id="gallery_798" class="gallery"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_798" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/wang-yan-pei-400x265.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/wang-yan-pei-50x50.jpg" alt="" title="Former Residence of Wang Yan Pei" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Former Residence of Wang Yan Pei</div>
												<div class="image-desc">Nispero Fruits inside the courtyard of the residence
<br/>
Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_798" class="loader"></div>
					<div id="slideshow_798" class="slideshow"></div>
					<div id="caption_798" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_798 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_798').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            false,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_798',
					controlsContainerSel:      '#controls_798',
					captionContainerSel:       '#caption_798',  
					loadingContainerSel:       '#loading_798',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          'Next &rsaquo;',
					prevPageLinkText:          '&lsaquo; Prev',
					enableHistory:             	false,  
					autoStart:                 	'',
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		
<div align="center"><div class="google-map-placeholder" id="5d4c16bfc08e37762f7346ed64effc50" style="width:450px;height:350px; border:1px solid #333333;"></div></div><div class="google-map-directions-panel" id="directions-placeholder-5d4c16bfc08e37762f7346ed64effc50" style="margin-top: 8px !important; text-align: center; padding: 10px 12px !important; overflow: auto;"></div><script type="text/javascript">
    var map_5d4c16bfc08e37762f7346ed64effc50 = new google.maps.Map(document.getElementById("5d4c16bfc08e37762f7346ed64effc50"));
    var orc = new jQuery.GoogleMapOrchestrator(map_5d4c16bfc08e37762f7346ed64effc50, {markerdirections: "true", bubbleAutoPan: "false", initLocation: "31.19525,121.70499", zoom : 16, mapType: google.maps.MapTypeId.ROADMAP});
    orcHolder.push({mapId: "5d4c16bfc08e37762f7346ed64effc50", orchestrator: orc});
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.MAPTYPE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.PAN);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.ZOOM);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.SCALE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.STREETVIEW);
    orc.buildInitLocationMarker();
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.disappearingcorners.com/former-residence-of-huang-yan-pei/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moller&#8217;s Ship Factory</title>
		<link>http://www.disappearingcorners.com/mollers-ship-factory/</link>
		<comments>http://www.disappearingcorners.com/mollers-ship-factory/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:15:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Second Batch]]></category>
		<category><![CDATA[Pudong]]></category>

		<guid isPermaLink="false">http://www.disappearingcorners.com/?p=757</guid>
		<description><![CDATA[No. 2851, Pudong Avenue A Bauhaus Building erected in 1938 and completed in 1941. Note: No visitors allowed to this building and it cannot be seen from the gate.]]></description>
			<content:encoded><![CDATA[<p><strong>No. 2851, Pudong Avenue</strong></p>
<p>A Bauhaus Building erected in 1938 and completed in 1941.</p>
<p><em>Note: No visitors allowed to this building and it cannot be seen from the gate.</em></p>
<div align="center"><div class="google-map-placeholder" id="8f9a12efb46e07302e5105f910a1faa6" style="width:450px;height:350px; border:1px solid #333333;"></div></div><div class="google-map-directions-panel" id="directions-placeholder-8f9a12efb46e07302e5105f910a1faa6" style="margin-top: 8px !important; text-align: center; padding: 10px 12px !important; overflow: auto;"></div><script type="text/javascript">
    var map_8f9a12efb46e07302e5105f910a1faa6 = new google.maps.Map(document.getElementById("8f9a12efb46e07302e5105f910a1faa6"));
    var orc = new jQuery.GoogleMapOrchestrator(map_8f9a12efb46e07302e5105f910a1faa6, {markerdirections: "true", bubbleAutoPan: "false", initLocation: "31.27242,121.57554", zoom : 16, mapType: google.maps.MapTypeId.ROADMAP});
    orcHolder.push({mapId: "8f9a12efb46e07302e5105f910a1faa6", orchestrator: orc});
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.MAPTYPE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.PAN);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.ZOOM);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.SCALE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.STREETVIEW);
    orc.buildInitLocationMarker();
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.disappearingcorners.com/mollers-ship-factory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Former Residence of Tao Gui Song</title>
		<link>http://www.disappearingcorners.com/former-residence-of-tao-gui-song/</link>
		<comments>http://www.disappearingcorners.com/former-residence-of-tao-gui-song/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:14:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Second Batch]]></category>
		<category><![CDATA[Pudong]]></category>

		<guid isPermaLink="false">http://www.disappearingcorners.com/?p=755</guid>
		<description><![CDATA[Address: Chao Chang Street Text from Cintia&#8217;s DC newsletters Tao was working in Shanghai in the 1930s and participated in various projects, including the design of a small structure for the New Wing On Building. The 2-storey residence was built in 1930 in a layout of the Chinese character 回, which means RETURN in English. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Address: Chao Chang Street</strong></p>
<p>Text from Cintia&#8217;s DC newsletters</p>
<p>Tao was working in Shanghai in the 1930s and participated in various projects, including the design of a small structure for the New Wing On Building. The 2-storey residence was built in 1930 in a layout of the Chinese character 回, which means RETURN in English. Part of the structure was demolished when we visited it, and although we were able to hear some dishwashing noises coming from the second floor, we were not able to see a shadow of a living human&#8211;Father Xie kept yelling &#8216;Is there anyone?&#8217;, but nobody answered! I don&#8217;t mean there&#8217;s something wrong, nor are we going to scare ourselves, it&#8217;s only a bit sad we couldn&#8217;t enter the hallways.</p>

	
		<div class="gallery_clear"></div> 
		<div id="gallery_755" class="gallery"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_755" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/tao-gui-song-400x265.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/tao-gui-song-50x50.jpg" alt="" title="Door" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Door</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_755" class="loader"></div>
					<div id="slideshow_755" class="slideshow"></div>
					<div id="caption_755" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_755 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_755').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            false,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_755',
					controlsContainerSel:      '#controls_755',
					captionContainerSel:       '#caption_755',  
					loadingContainerSel:       '#loading_755',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          'Next &rsaquo;',
					prevPageLinkText:          '&lsaquo; Prev',
					enableHistory:             	false,  
					autoStart:                 	'',
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		
<div align="center"><div class="google-map-placeholder" id="5863d171b569e9caf9c09dff3b9a49d5" style="width:450px;height:350px; border:1px solid #333333;"></div></div><div class="google-map-directions-panel" id="directions-placeholder-5863d171b569e9caf9c09dff3b9a49d5" style="margin-top: 8px !important; text-align: center; padding: 10px 12px !important; overflow: auto;"></div><script type="text/javascript">
    var map_5863d171b569e9caf9c09dff3b9a49d5 = new google.maps.Map(document.getElementById("5863d171b569e9caf9c09dff3b9a49d5"));
    var orc = new jQuery.GoogleMapOrchestrator(map_5863d171b569e9caf9c09dff3b9a49d5, {markerdirections: "true", bubbleAutoPan: "false", initLocation: "31.19794,121.70406", zoom : 16, mapType: google.maps.MapTypeId.ROADMAP});
    orcHolder.push({mapId: "5863d171b569e9caf9c09dff3b9a49d5", orchestrator: orc});
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.MAPTYPE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.PAN);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.ZOOM);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.SCALE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.STREETVIEW);
    orc.buildInitLocationMarker();
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.disappearingcorners.com/former-residence-of-tao-gui-song/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qi Zao Catholic Church</title>
		<link>http://www.disappearingcorners.com/qi-zao-catholic-church/</link>
		<comments>http://www.disappearingcorners.com/qi-zao-catholic-church/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:13:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Second Batch]]></category>
		<category><![CDATA[Pudong]]></category>

		<guid isPermaLink="false">http://www.disappearingcorners.com/?p=753</guid>
		<description><![CDATA[Address: Liu Tuan New Village (Chinese address: 六团镇纯新村2团) The 600sqm building is a mixture of East and West. The roof tiles and the wooden structure of the interior are built in the style of a Chinese residence.]]></description>
			<content:encoded><![CDATA[<p><strong>Address: Liu Tuan New Village (Chinese address: 六团镇纯新村2团)</strong></p>
<p>The 600sqm building is a mixture of East and West. The roof tiles and the wooden structure of the interior are built in the style of a Chinese residence.</p>

	
		<div class="gallery_clear"></div> 
		<div id="gallery_753" class="gallery"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_753" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/qizao0-400x265.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/qizao0-50x50.jpg" alt="" title="Church Exterior" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Church Exterior</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/qizao88-332x500.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/qizao88-50x50.jpg" alt="" title="Bell Tower" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Bell Tower</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/qizao1-332x500.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/qizao1-50x50.jpg" alt="" title="Wood" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Wood</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/qizao31-332x500.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/qizao31-50x50.jpg" alt="" title="Interior of the Church" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Interior of the Church</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_753" class="loader"></div>
					<div id="slideshow_753" class="slideshow"></div>
					<div id="caption_753" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_753 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_753').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            false,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_753',
					controlsContainerSel:      '#controls_753',
					captionContainerSel:       '#caption_753',  
					loadingContainerSel:       '#loading_753',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          'Next &rsaquo;',
					prevPageLinkText:          '&lsaquo; Prev',
					enableHistory:             	false,  
					autoStart:                 	'',
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		
<div align="center"><div class="google-map-placeholder" id="d8107eda273afe9c3c6181494bda041c" style="width:450px;height:350px; border:1px solid #333333;"></div></div><div class="google-map-directions-panel" id="directions-placeholder-d8107eda273afe9c3c6181494bda041c" style="margin-top: 8px !important; text-align: center; padding: 10px 12px !important; overflow: auto;"></div><script type="text/javascript">
    var map_d8107eda273afe9c3c6181494bda041c = new google.maps.Map(document.getElementById("d8107eda273afe9c3c6181494bda041c"));
    var orc = new jQuery.GoogleMapOrchestrator(map_d8107eda273afe9c3c6181494bda041c, {markerdirections: "true", bubbleAutoPan: "false", initLocation: "31.15627,121.73109", zoom : 16, mapType: google.maps.MapTypeId.ROADMAP});
    orcHolder.push({mapId: "d8107eda273afe9c3c6181494bda041c", orchestrator: orc});
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.MAPTYPE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.PAN);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.ZOOM);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.SCALE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.STREETVIEW);
    orc.buildInitLocationMarker();
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.disappearingcorners.com/qi-zao-catholic-church/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qian&#8217;s Family of Our Lady of the Sacred Heart Church</title>
		<link>http://www.disappearingcorners.com/qians-family-of-our-lady-of-the-sacred-heart-church/</link>
		<comments>http://www.disappearingcorners.com/qians-family-of-our-lady-of-the-sacred-heart-church/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:12:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Second Batch]]></category>
		<category><![CDATA[Pudong]]></category>

		<guid isPermaLink="false">http://www.disappearingcorners.com/?p=751</guid>
		<description><![CDATA[Address: No. 469 Juli Road by Zu Chong Zhi Road The church has its foundation laid on 8th December, 1864. Designed by a French priest, it was donated by a Chinese local called Qian Jing Nan. Therefore, the style of the church bears some Chinese Jiang Nan architectural style. Notice the black roof top and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Address: No. 469 Juli Road by Zu Chong Zhi Road</strong></p>
<p>The church has its foundation laid on 8th December, 1864. Designed by a French priest, it was donated by a Chinese local called Qian Jing Nan. Therefore, the style of the church bears some Chinese Jiang Nan architectural style. Notice the black roof top and the wooden doors.</p>

	
		<div class="gallery_clear"></div> 
		<div id="gallery_751" class="gallery"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_751" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/Qians-Family-Our-Lady-of-the-Sacred-Heart-Church-5-400x265.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/Qians-Family-Our-Lady-of-the-Sacred-Heart-Church-5-50x50.jpg" alt="" title="Qian&#039;s Family Our Lady of the Sacred Heart Church" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Qian's Family Our Lady of the Sacred Heart Church</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/Qians-Family-Our-Lady-of-the-Sacred-Heart-Church-4-400x265.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/Qians-Family-Our-Lady-of-the-Sacred-Heart-Church-4-50x50.jpg" alt="" title="Qian&#039;s Family Our Lady of the Sacred Heart Church" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Qian's Family Our Lady of the Sacred Heart Church</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/qian-400x265.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/qian-50x50.jpg" alt="" title="Qian&#039;s Family Our Lady of the Sacred Heart Church" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Qian's Family Our Lady of the Sacred Heart Church</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/Qians-Family-Our-Lady-of-the-Sacred-Heart-Church-3-400x265.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/Qians-Family-Our-Lady-of-the-Sacred-Heart-Church-3-50x50.jpg" alt="" title="Qian&#039;s Family Our Lady of the Sacred Heart Church" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Qian's Family Our Lady of the Sacred Heart Church</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/Qians-Family-Our-Lady-of-the-Sacred-Heart-Church-2-332x500.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/Qians-Family-Our-Lady-of-the-Sacred-Heart-Church-2-50x50.jpg" alt="" title="Qian&#039;s Family Our Lady of the Sacred Heart Church" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Qian's Family Our Lady of the Sacred Heart Church</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/Qians-Family-Our-Lady-of-the-Sacred-Heart-Church-1-332x500.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/Qians-Family-Our-Lady-of-the-Sacred-Heart-Church-1-50x50.jpg" alt="" title="Qian&#039;s Family Our Lady of the Sacred Heart Church" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Qian's Family Our Lady of the Sacred Heart Church</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/Qians-Family-Our-Lady-of-the-Sacred-Heart-Church-334x500.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/Qians-Family-Our-Lady-of-the-Sacred-Heart-Church-50x50.jpg" alt="" title="Qian&#039;s Family Our Lady of the Sacred Heart Church" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Qian's Family Our Lady of the Sacred Heart Church</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_751" class="loader"></div>
					<div id="slideshow_751" class="slideshow"></div>
					<div id="caption_751" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_751 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_751').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            false,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_751',
					controlsContainerSel:      '#controls_751',
					captionContainerSel:       '#caption_751',  
					loadingContainerSel:       '#loading_751',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          'Next &rsaquo;',
					prevPageLinkText:          '&lsaquo; Prev',
					enableHistory:             	false,  
					autoStart:                 	'',
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		
<div align="center"><div class="google-map-placeholder" id="cdea5bc040e88164d28feb0010bf5bd0" style="width:450px;height:350px; border:1px solid #333333;"></div></div><div class="google-map-directions-panel" id="directions-placeholder-cdea5bc040e88164d28feb0010bf5bd0" style="margin-top: 8px !important; text-align: center; padding: 10px 12px !important; overflow: auto;"></div><script type="text/javascript">
    var map_cdea5bc040e88164d28feb0010bf5bd0 = new google.maps.Map(document.getElementById("cdea5bc040e88164d28feb0010bf5bd0"));
    var orc = new jQuery.GoogleMapOrchestrator(map_cdea5bc040e88164d28feb0010bf5bd0, {markerdirections: "true", bubbleAutoPan: "false", initLocation: "31.20511,121.59763", zoom : 16, mapType: google.maps.MapTypeId.ROADMAP});
    orcHolder.push({mapId: "cdea5bc040e88164d28feb0010bf5bd0", orchestrator: orc});
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.MAPTYPE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.PAN);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.ZOOM);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.SCALE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.STREETVIEW);
    orc.buildInitLocationMarker();
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.disappearingcorners.com/qians-family-of-our-lady-of-the-sacred-heart-church/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>St. Luke&#8217;s Church</title>
		<link>http://www.disappearingcorners.com/st-lukes-church/</link>
		<comments>http://www.disappearingcorners.com/st-lukes-church/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:12:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Second Batch]]></category>
		<category><![CDATA[Pudong]]></category>

		<guid isPermaLink="false">http://www.disappearingcorners.com/?p=749</guid>
		<description><![CDATA[Address: Sheng Xia Road by Zuchongzhi Road Not much is known about this church and it is said that it will be gone shortly.]]></description>
			<content:encoded><![CDATA[<p><strong>Address: Sheng Xia Road by Zuchongzhi Road</strong></p>
<p>Not much is known about this church and it is said that it will be gone shortly.</p>

	
		<div class="gallery_clear"></div> 
		<div id="gallery_749" class="gallery"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_749" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/St.-Lukes-Church-400x265.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/St.-Lukes-Church-50x50.jpg" alt="" title="St. Luke&#039;s Church - Main Façade" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">St. Luke's Church - Main Façade</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/St-1.-Lukes-Church-332x500.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/St-1.-Lukes-Church-50x50.jpg" alt="" title="Spire" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Spire</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_749" class="loader"></div>
					<div id="slideshow_749" class="slideshow"></div>
					<div id="caption_749" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_749 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_749').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            false,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_749',
					controlsContainerSel:      '#controls_749',
					captionContainerSel:       '#caption_749',  
					loadingContainerSel:       '#loading_749',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          'Next &rsaquo;',
					prevPageLinkText:          '&lsaquo; Prev',
					enableHistory:             	false,  
					autoStart:                 	'',
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		
<div align="center"><div class="google-map-placeholder" id="24bca0fed6e186d550a93b2f8a583eec" style="width:450px;height:350px; border:1px solid #333333;"></div></div><div class="google-map-directions-panel" id="directions-placeholder-24bca0fed6e186d550a93b2f8a583eec" style="margin-top: 8px !important; text-align: center; padding: 10px 12px !important; overflow: auto;"></div><script type="text/javascript">
    var map_24bca0fed6e186d550a93b2f8a583eec = new google.maps.Map(document.getElementById("24bca0fed6e186d550a93b2f8a583eec"));
    var orc = new jQuery.GoogleMapOrchestrator(map_24bca0fed6e186d550a93b2f8a583eec, {markerdirections: "true", bubbleAutoPan: "false", initLocation: "31.21258,121.62955", zoom : 16, mapType: google.maps.MapTypeId.ROADMAP});
    orcHolder.push({mapId: "24bca0fed6e186d550a93b2f8a583eec", orchestrator: orc});
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.MAPTYPE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.PAN);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.ZOOM);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.SCALE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.STREETVIEW);
    orc.buildInitLocationMarker();
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.disappearingcorners.com/st-lukes-church/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Lady of Lourdes Church</title>
		<link>http://www.disappearingcorners.com/our-lady-of-lourdes-church/</link>
		<comments>http://www.disappearingcorners.com/our-lady-of-lourdes-church/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:11:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Second Batch]]></category>
		<category><![CDATA[Pudong]]></category>

		<guid isPermaLink="false">http://www.disappearingcorners.com/?p=747</guid>
		<description><![CDATA[Address: Tang Lu Highway, Tangzhen Built in 1897, this church was used as a factory during the 60s and 70s. It underwent a restoration in the early 1990s before it was listed as a protected monument in 2001. It can accommodate 2000 people and the 4.7-meter bell tower boasts good views of the sea and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Address: Tang Lu Highway, Tangzhen</strong></p>
<p>Built in 1897, this church was used as a factory during the 60s and 70s. It underwent a restoration in the early 1990s before it was listed as a protected monument in 2001. It can accommodate 2000 people and the 4.7-meter bell tower boasts good views of the sea and the town. However, we were not fortunate enough to even see a priest who we can ask for permission when we last visited. Nevertheless, the splendid interior (considering this is Shanghai!) of the church is enough to make our jaws drop&#8230; &#8230; You know what? The locals dubbed this area as &#8216;Little Europe&#8217;!</p>

	
		<div class="gallery_clear"></div> 
		<div id="gallery_747" class="gallery"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_747" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/lourdes999-332x500.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/lourdes999-50x50.jpg" alt="" title="Church Exterior" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Church Exterior</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/lourdes-332x500.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/lourdes-50x50.jpg" alt="" title="Main Entrance" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Main Entrance</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/lourdes2-400x265.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/lourdes2-50x50.jpg" alt="" title="Interior of the Church" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Interior of the Church</div>
												<div class="image-desc">Photo by Cintia Kou</div>
												
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_747" class="loader"></div>
					<div id="slideshow_747" class="slideshow"></div>
					<div id="caption_747" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_747 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_747').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            false,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_747',
					controlsContainerSel:      '#controls_747',
					captionContainerSel:       '#caption_747',  
					loadingContainerSel:       '#loading_747',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          'Next &rsaquo;',
					prevPageLinkText:          '&lsaquo; Prev',
					enableHistory:             	false,  
					autoStart:                 	'',
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		
<div align="center"><div class="google-map-placeholder" id="3fc9bbdefcde56c14231b3fc58b67678" style="width:450px;height:350px; border:1px solid #333333;"></div></div><div class="google-map-directions-panel" id="directions-placeholder-3fc9bbdefcde56c14231b3fc58b67678" style="margin-top: 8px !important; text-align: center; padding: 10px 12px !important; overflow: auto;"></div><script type="text/javascript">
    var map_3fc9bbdefcde56c14231b3fc58b67678 = new google.maps.Map(document.getElementById("3fc9bbdefcde56c14231b3fc58b67678"));
    var orc = new jQuery.GoogleMapOrchestrator(map_3fc9bbdefcde56c14231b3fc58b67678, {markerdirections: "true", bubbleAutoPan: "false", initLocation: "31.20965,121.65709", zoom : 16, mapType: google.maps.MapTypeId.ROADMAP});
    orcHolder.push({mapId: "3fc9bbdefcde56c14231b3fc58b67678", orchestrator: orc});
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.MAPTYPE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.PAN);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.ZOOM);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.SCALE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.STREETVIEW);
    orc.buildInitLocationMarker();
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.disappearingcorners.com/our-lady-of-lourdes-church/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chuan Sha Catholic Church</title>
		<link>http://www.disappearingcorners.com/chuan-sha-catholic-church/</link>
		<comments>http://www.disappearingcorners.com/chuan-sha-catholic-church/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 09:10:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Second Batch]]></category>
		<category><![CDATA[Pudong]]></category>

		<guid isPermaLink="false">http://www.disappearingcorners.com/?p=745</guid>
		<description><![CDATA[Address: No 15, Alley 42, Zhongshi Street, Chuansha County Text from Cintia&#8217;s diary. … … It took Gao (Our Driver) and me some time before we can find Zhongshi Street where the Chuan Sha Catholic Church is hidden. Again we were blessed to enter the 137-year old church without much problems. We were greeted by [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Address:  No 15, Alley 42, Zhongshi Street, Chuansha County</strong></p>
<p>Text from Cintia&#8217;s diary.</p>
<p>… … It took Gao (Our Driver) and me some time before we can find Zhongshi Street where the Chuan Sha Catholic Church is hidden. Again we were blessed to enter the 137-year old church without much problems. We were greeted by Father Xie, the caretaker of the church. Originally known as The Sacred Heart of Jesus Church, it was rebuilt in 1879 and expanded again in 1926. Church activities were resumed in 1981&#8230; &#8230;</p>

	
		<div class="gallery_clear"></div> 
		<div id="gallery_745" class="gallery"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_745" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/chuansha-400x265.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/chuansha-50x50.jpg" alt="" title="chuansha" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption"></div>
												<div class="image-desc"></div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/chuansha3-323x500.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/chuansha3-50x50.jpg" alt="" title="chuansha3" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption"></div>
												<div class="image-desc"></div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/chuansha8-332x500.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/chuansha8-50x50.jpg" alt="" title="chuansha8" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption"></div>
												<div class="image-desc"></div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/chuansha1-400x265.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/chuansha1-50x50.jpg" alt="" title="chuansha1" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption"></div>
												<div class="image-desc"></div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/chuansha2-400x265.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/chuansha2-50x50.jpg" alt="" title="chuansha2" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption"></div>
												<div class="image-desc"></div>
												
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2009/11/chuansha0-400x265.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2009/11/chuansha0-50x50.jpg" alt="" title="chuansha0" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption"></div>
												<div class="image-desc"></div>
												
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_745" class="loader"></div>
					<div id="slideshow_745" class="slideshow"></div>
					<div id="caption_745" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_745 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_745').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            false,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_745',
					controlsContainerSel:      '#controls_745',
					captionContainerSel:       '#caption_745',  
					loadingContainerSel:       '#loading_745',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          'Next &rsaquo;',
					prevPageLinkText:          '&lsaquo; Prev',
					enableHistory:             	false,  
					autoStart:                 	'',
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		
<div align="center"><div class="google-map-placeholder" id="7867bbe7ef44fc93aaa886bc4225e007" style="width:450px;height:350px; border:1px solid #333333;"></div></div><div class="google-map-directions-panel" id="directions-placeholder-7867bbe7ef44fc93aaa886bc4225e007" style="margin-top: 8px !important; text-align: center; padding: 10px 12px !important; overflow: auto;"></div><script type="text/javascript">
    var map_7867bbe7ef44fc93aaa886bc4225e007 = new google.maps.Map(document.getElementById("7867bbe7ef44fc93aaa886bc4225e007"));
    var orc = new jQuery.GoogleMapOrchestrator(map_7867bbe7ef44fc93aaa886bc4225e007, {markerdirections: "true", bubbleAutoPan: "false", initLocation: "31.196371,121.705465", zoom : 16, mapType: google.maps.MapTypeId.ROADMAP});
    orcHolder.push({mapId: "7867bbe7ef44fc93aaa886bc4225e007", orchestrator: orc});
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.MAPTYPE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.PAN);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.ZOOM);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.SCALE);
    orc.switchMapControl(true, jQuery.GoogleMapOrchestrator.ControlType.STREETVIEW);
    orc.buildInitLocationMarker();
</script>
]]></content:encoded>
			<wfw:commentRss>http://www.disappearingcorners.com/chuan-sha-catholic-church/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Former Residence of Chen Gui Chun</title>
		<link>http://www.disappearingcorners.com/former-residence-of-chen-gui-chun/</link>
		<comments>http://www.disappearingcorners.com/former-residence-of-chen-gui-chun/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 08:05:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[First Batch]]></category>
		<category><![CDATA[Pudong]]></category>

		<guid isPermaLink="false">http://www.disappearingcorners.com/?p=181</guid>
		<description><![CDATA[Location: Opposite to Jinmao Tower Chinese courtyard located in Lujiazui]]></description>
			<content:encoded><![CDATA[<p><strong>Location: Opposite to Jinmao Tower</strong></p>
<p>Chinese courtyard located in Lujiazui</p>

	
		<div class="gallery_clear"></div> 
		<div id="gallery_181" class="gallery"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_181" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://www.disappearingcorners.com/wp-content/uploads/2008/11/chen_.jpg" >								
											<img src="http://www.disappearingcorners.com/wp-content/uploads/2008/11/chen_-50x50.jpg" alt="" title="Former Residence of Chen Gui Chun" />
										</a>
										
										<div class="caption">
											
												<div class="image-caption">Former Residence of Chen Gui Chun</div>
												<div class="image-desc">© Cíntia Kou</div>
												
										</div>
										
									</li>
								
						</ul>
								<div class="gallery_clear"></div>
								<a class="pageLink prev" style="display:none" href="#" title="Previous Page"></a>
						<a class="pageLink next" style="display:none" href="#" title="Next Page"></a>
					</div>
				</div>
			</div>
			
			<!-- Start Advanced Gallery Html Containers -->
			<div class="gal_content">
				
				<div class="slideshow-container">
					<div id="loading_181" class="loader"></div>
					<div id="slideshow_181" class="slideshow"></div>
					<div id="caption_181" class="caption-container"></div>
				</div>
				
			</div>
	
	</div>
	
	<div class="gallery_clear"></div>
	
	
	
	<script type='text/javascript'>
			
			jQuery(document).ready(function($) {
				
				// We only want these styles applied when javascript is enabled
				$('.gal_content').css('display', 'block');
		
				// Initially set opacity on thumbs and add
				// additional styling for hover effect on thumbs
				var onMouseOutOpacity = 0.67;
				$('#thumbs_181 ul.thumbs li, .thumnail_col a.pageLink').opacityrollover({
					mouseOutOpacity:   onMouseOutOpacity,
					mouseOverOpacity:  1.0,
					fadeSpeed:         'fast',
					exemptionSelector: '.selected'
				});	
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_181').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            false,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_181',
					controlsContainerSel:      '#controls_181',
					captionContainerSel:       '#caption_181',  
					loadingContainerSel:       '#loading_181',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              'Play Slideshow',
					pauseLinkText:             'Pause Slideshow',
					prevLinkText:              '&lsaquo; Previous Photo',
					nextLinkText:              'Next Photo &rsaquo;',
					nextPageLinkText:          'Next &rsaquo;',
					prevPageLinkText:          '&lsaquo; Prev',
					enableHistory:             	false,  
					autoStart:                 	'',
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					onSlideChange:             function(prevIndex, nextIndex) {
						// 'this' refers to the gallery, which is an extension of $('#thumbs')
						this.find('ul.thumbs').children()
							.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
							.eq(nextIndex).fadeTo('fast', 1.0);
					},
					onTransitionOut:           function(slide, caption, isSync, callback) {
						slide.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0, callback);
						caption.fadeTo(this.getDefaultTransitionDuration(isSync), 0.0);
					},
					onTransitionIn:            function(slide, caption, isSync) {
						var duration = this.getDefaultTransitionDuration(isSync);
						slide.fadeTo(duration, 1.0);
	
						// Position the caption at the bottom of the image and set its opacity
						var slideImage = slide.find('img');
						caption.width(slideImage.width())
							.css({
								//'bottom' : Math.floor((slide.height() - slideImage.outerHeight()) / 2 - 40),
								'top' : slideImage.outerHeight(),
								'left' : Math.floor((slide.width() - slideImage.width()) / 2) + slideImage.outerWidth() - slideImage.width()
							})
							.fadeTo(1000, 1.0);
						
					},
					onPageTransitionOut:       function(callback) {
						this.hide();
						setTimeout(callback, 100); // wait a bit
					},
					onPageTransitionIn:        function() {
						var prevPageLink = this.find('a.prev').css('display', 'none');
						var nextPageLink = this.find('a.next').css('display', 'none');
						
						// Show appropriate next / prev page links
						if (this.displayedPage > 0)
							prevPageLink.css('display', 'block');
		
						var lastPage = this.getNumPages() - 1;
						if (this.displayedPage < lastPage)
							nextPageLink.css('display', 'block');
		
						this.fadeTo('fast', 1.0);
					},
					onImageAdded: function(imageData, li) {
						_li.opacityrollover({
							mouseOutOpacity:   onMouseOutOpacity,
							mouseOverOpacity:  1.0,
							fadeSpeed:         'fast',
							exemptionSelector: '.selected'
						});
					}
					
				}); 
				
				/**************** Event handlers for custom next / prev page links **********************/
		
				gallery.find('a.prev').click(function(e) {
					gallery.previousPage();
					e.preventDefault();
				});
		
				gallery.find('a.next').click(function(e) {
					gallery.nextPage(); 
					e.preventDefault();
				});
		
			});
		</script>
		
		
]]></content:encoded>
			<wfw:commentRss>http://www.disappearingcorners.com/former-residence-of-chen-gui-chun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

