<?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>PBH Shopfitters</title>
	<atom:link href="http://pbhshopfitters.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pbhshopfitters.com</link>
	<description>Producing high quality interiors for retail, commercial, &#38; leisure businesses.</description>
	<lastBuildDate>Fri, 10 Feb 2012 10:31:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>London Arts Club</title>
		<link>http://pbhshopfitters.com/portfolio/london-arts-club/</link>
		<comments>http://pbhshopfitters.com/portfolio/london-arts-club/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 11:38:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://pbhshopfitters.com/?p=342</guid>
		<description><![CDATA[Working with Designer – David D’Almada and The Arts Club in house team. Comprising over 4 Floors to include a Lower Ground Nightclub, Brasserie Restaurant and Salon Bar. With a Private Members First Floor Library Bar, Drawing Room and Conservatory. Works entailed a full M+E Installation, marble and timber floors, new passenger lift, feature plasterwork [...]]]></description>
			<content:encoded><![CDATA[
	
		<div class="gallery_clear"></div> 
		<div id="gallery_342" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_342" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/arts.jpg" title="arts" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/arts-85x60.jpg" alt="" title="arts" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/arts2.jpg" title="arts2" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/arts2-85x60.jpg" alt="" title="arts2" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/arts3.jpg" title="arts3" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/arts3-85x60.jpg" alt="" title="arts3" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/arts4.jpg" title="arts4" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/arts4-85x60.jpg" alt="" title="arts4" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="photospace_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_342" class="loader"></div>
					<div id="slideshow_342" class="slideshow"></div>
					<div id="caption_342" 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');
				$('.thumnail_col').css('width', '200px');
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_342').galleriffic({ 
					delay:                     3500,
					numThumbs:                 4,
					preloadAhead:              4,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_342',
					controlsContainerSel:      '#controls_342',
					captionContainerSel:       '#caption_342',  
					loadingContainerSel:       '#loading_342',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span>Play Slideshow</span>',
					pauseLinkText:             '<span>Pause Slideshow</span>',
					prevLinkText:              '<span>‹ Previous Photo</span>',
					nextLinkText:              '<span>Next Photo ›</span>',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					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);
					}
					
				}); 
				
				
				
				/**************** 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>
		
		
<p>Working with Designer – David D’Almada and The Arts Club in house team. Comprising over 4 Floors to include a Lower Ground Nightclub, Brasserie Restaurant and Salon Bar. With a Private Members First Floor Library Bar, Drawing Room and Conservatory. Works entailed a full M+E Installation, marble and timber floors, new passenger lift, feature plasterwork and bespoke drinks &#038; Oyster Bars. Resulting in a truly world class establishment</p>
]]></content:encoded>
			<wfw:commentRss>http://pbhshopfitters.com/portfolio/london-arts-club/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Wolseley Cafe Restaurant</title>
		<link>http://pbhshopfitters.com/archive/the-wolseley-cafe-restaurant/</link>
		<comments>http://pbhshopfitters.com/archive/the-wolseley-cafe-restaurant/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 15:23:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Archive]]></category>

		<guid isPermaLink="false">http://pbhshopfitters.com/?p=64</guid>
		<description><![CDATA[Originally commissioned by Wolseley Cars as their London showroom, this grade II listed building is now one of the capital&#8217;s premier cafe restaurants.  Operating within the constraints associated with such buildings the existing ornate interior was extensively restored and the cafe restaurant fitted out with a complementary design created by David Collins and his team. [...]]]></description>
			<content:encoded><![CDATA[
	
		<div class="gallery_clear"></div> 
		<div id="gallery_64" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_64" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/09/pic06.jpg" title="pic06" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/09/pic06-85x60.jpg" alt="" title="pic06" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/09/pic04.jpg" title="pic04" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/09/pic04-85x60.jpg" alt="" title="pic04" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/09/pic05.jpg" title="pic05" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/09/pic05-85x60.jpg" alt="" title="pic05" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="photospace_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_64" class="loader"></div>
					<div id="slideshow_64" class="slideshow"></div>
					<div id="caption_64" 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');
				$('.thumnail_col').css('width', '200px');
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_64').galleriffic({ 
					delay:                     3500,
					numThumbs:                 4,
					preloadAhead:              4,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_64',
					controlsContainerSel:      '#controls_64',
					captionContainerSel:       '#caption_64',  
					loadingContainerSel:       '#loading_64',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span>Play Slideshow</span>',
					pauseLinkText:             '<span>Pause Slideshow</span>',
					prevLinkText:              '<span>‹ Previous Photo</span>',
					nextLinkText:              '<span>Next Photo ›</span>',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					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);
					}
					
				}); 
				
				
				
				/**************** 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>
		
		
<p>Originally commissioned by Wolseley Cars as their London showroom, this grade II listed building is now one of the capital&#8217;s premier cafe restaurants.  Operating within the constraints associated with such buildings the existing ornate interior was extensively restored and the cafe restaurant fitted out with a complementary design created by David Collins and his team.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://pbhshopfitters.com/archive/the-wolseley-cafe-restaurant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evans</title>
		<link>http://pbhshopfitters.com/archive/evans/</link>
		<comments>http://pbhshopfitters.com/archive/evans/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 13:35:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Archive]]></category>

		<guid isPermaLink="false">http://pbhshopfitters.com/?p=310</guid>
		<description><![CDATA[Evans chose their existing Watford store as the prototype to trial a new image prior to a nationwide roll out. The re-fit was successfully completed for brand approval within a very demanding schedule.]]></description>
			<content:encoded><![CDATA[
	
		<div class="gallery_clear"></div> 
		<div id="gallery_310" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_310" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/ms-0321.jpg" title="ms-032" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/ms-0321-85x60.jpg" alt="" title="ms-032" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="photospace_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_310" class="loader"></div>
					<div id="slideshow_310" class="slideshow"></div>
					<div id="caption_310" 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');
				$('.thumnail_col').css('width', '200px');
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_310').galleriffic({ 
					delay:                     3500,
					numThumbs:                 4,
					preloadAhead:              4,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_310',
					controlsContainerSel:      '#controls_310',
					captionContainerSel:       '#caption_310',  
					loadingContainerSel:       '#loading_310',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span>Play Slideshow</span>',
					pauseLinkText:             '<span>Pause Slideshow</span>',
					prevLinkText:              '<span>‹ Previous Photo</span>',
					nextLinkText:              '<span>Next Photo ›</span>',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					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);
					}
					
				}); 
				
				
				
				/**************** 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>
		
		
<p>Evans chose their existing Watford store as the prototype to trial a new image prior to a nationwide roll out. The re-fit was successfully completed for brand approval within a very demanding schedule.</p>
]]></content:encoded>
			<wfw:commentRss>http://pbhshopfitters.com/archive/evans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ben Sherman</title>
		<link>http://pbhshopfitters.com/portfolio/ben-sherman/</link>
		<comments>http://pbhshopfitters.com/portfolio/ben-sherman/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 12:12:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://pbhshopfitters.com/?p=267</guid>
		<description><![CDATA[Working closely with designers and project management team Rudi, PBH completed this complex fit out in just 5 weeks, fabricating the joinery package in Manchester and shipping to Berlin for site installation. The project required controlled logistics to ensure the work could be completed in readiness for the store&#8217;s scheduled opening.]]></description>
			<content:encoded><![CDATA[
	
		<div class="gallery_clear"></div> 
		<div id="gallery_267" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_267" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/Berlin-opening-12.jpg" title="Berlin-opening-12" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/Berlin-opening-12-85x60.jpg" alt="" title="Berlin-opening-12" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/Berlin-opening-7.jpg" title="Berlin-opening-7" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/Berlin-opening-7-85x60.jpg" alt="" title="Berlin-opening-7" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/Berlin-opening-16.jpg" title="Berlin-opening-16" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/Berlin-opening-16-85x60.jpg" alt="" title="Berlin-opening-16" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="photospace_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_267" class="loader"></div>
					<div id="slideshow_267" class="slideshow"></div>
					<div id="caption_267" 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');
				$('.thumnail_col').css('width', '200px');
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_267').galleriffic({ 
					delay:                     3500,
					numThumbs:                 4,
					preloadAhead:              4,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_267',
					controlsContainerSel:      '#controls_267',
					captionContainerSel:       '#caption_267',  
					loadingContainerSel:       '#loading_267',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span>Play Slideshow</span>',
					pauseLinkText:             '<span>Pause Slideshow</span>',
					prevLinkText:              '<span>‹ Previous Photo</span>',
					nextLinkText:              '<span>Next Photo ›</span>',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					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);
					}
					
				}); 
				
				
				
				/**************** 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>
		
		
<p><em>Working closely with designers and project management team Rudi, PBH completed this complex fit out in just 5 weeks, fabricating the joinery package in Manchester and shipping to Berlin for site installation. The project required controlled logistics to ensure the work could be completed in readiness for the store&#8217;s scheduled opening.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://pbhshopfitters.com/portfolio/ben-sherman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comet</title>
		<link>http://pbhshopfitters.com/portfolio/tom%e2%80%99s-place/</link>
		<comments>http://pbhshopfitters.com/portfolio/tom%e2%80%99s-place/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 11:24:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://pbhshopfitters.com/?p=231</guid>
		<description><![CDATA[PBH act as main contractor for Comet on many large format retail park ‘destination’ stores. In addition to the usual subcontractor liaison responsibilities, PBH have also manufactured and installed interior fixtures including: check-out desks, customer service desks and other specialist joinery items.]]></description>
			<content:encoded><![CDATA[
	
		<div class="gallery_clear"></div> 
		<div id="gallery_231" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_231" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/IMG_2582.jpg" title="IMG_2582" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/IMG_2582-85x60.jpg" alt="" title="IMG_2582" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/IMG_2537.jpg" title="IMG_2537" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/IMG_2537-85x60.jpg" alt="" title="IMG_2537" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/IMG_2505.jpg" title="IMG_2505" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/IMG_2505-85x60.jpg" alt="" title="IMG_2505" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/IMG_2462.jpg" title="IMG_2462" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/IMG_2462-85x60.jpg" alt="" title="IMG_2462" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="photospace_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_231" class="loader"></div>
					<div id="slideshow_231" class="slideshow"></div>
					<div id="caption_231" 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');
				$('.thumnail_col').css('width', '200px');
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_231').galleriffic({ 
					delay:                     3500,
					numThumbs:                 4,
					preloadAhead:              4,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_231',
					controlsContainerSel:      '#controls_231',
					captionContainerSel:       '#caption_231',  
					loadingContainerSel:       '#loading_231',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span>Play Slideshow</span>',
					pauseLinkText:             '<span>Pause Slideshow</span>',
					prevLinkText:              '<span>‹ Previous Photo</span>',
					nextLinkText:              '<span>Next Photo ›</span>',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					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);
					}
					
				}); 
				
				
				
				/**************** 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>
		
		
<p><em>PBH act as main contractor for Comet on many large format retail park ‘destination’ stores. In addition to the usual subcontractor liaison responsibilities, PBH have also manufactured and installed interior fixtures including: check-out desks, customer service desks and other specialist joinery items.</em></p>
<div><em><br />
</em></div>
]]></content:encoded>
			<wfw:commentRss>http://pbhshopfitters.com/portfolio/tom%e2%80%99s-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Krispy Kreme</title>
		<link>http://pbhshopfitters.com/portfolio/krispy-kreme/</link>
		<comments>http://pbhshopfitters.com/portfolio/krispy-kreme/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 11:21:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://pbhshopfitters.com/?p=226</guid>
		<description><![CDATA[PBH were responsible for the entire fit-out of the first stand-alone Bakery Distribution Hub and Retail outlet in the UK for Krispy Kreme. This included the kitchen servery counters and all furniture in addition to all mechanical and electrical installation. ]]></description>
			<content:encoded><![CDATA[
	
		<div class="gallery_clear"></div> 
		<div id="gallery_226" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_226" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/IMG_2676.jpg" title="IMG_2676" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/IMG_2676-85x60.jpg" alt="" title="IMG_2676" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/IMG_26941.jpg" title="IMG_2694" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/IMG_26941-85x60.jpg" alt="" title="IMG_2694" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="photospace_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_226" class="loader"></div>
					<div id="slideshow_226" class="slideshow"></div>
					<div id="caption_226" 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');
				$('.thumnail_col').css('width', '200px');
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_226').galleriffic({ 
					delay:                     3500,
					numThumbs:                 4,
					preloadAhead:              4,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_226',
					controlsContainerSel:      '#controls_226',
					captionContainerSel:       '#caption_226',  
					loadingContainerSel:       '#loading_226',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span>Play Slideshow</span>',
					pauseLinkText:             '<span>Pause Slideshow</span>',
					prevLinkText:              '<span>‹ Previous Photo</span>',
					nextLinkText:              '<span>Next Photo ›</span>',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					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);
					}
					
				}); 
				
				
				
				/**************** 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>
		
		
<p><em>PBH were responsible for the entire fit-out of the first stand-alone Bakery Distribution Hub and Retail outlet in the UK for Krispy Kreme. This included the kitchen servery counters and all furniture in addition to all mechanical and electrical installation. </em></p>
]]></content:encoded>
			<wfw:commentRss>http://pbhshopfitters.com/portfolio/krispy-kreme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chan Restaurant</title>
		<link>http://pbhshopfitters.com/portfolio/chan-restaurant/</link>
		<comments>http://pbhshopfitters.com/portfolio/chan-restaurant/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 11:18:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://pbhshopfitters.com/?p=220</guid>
		<description><![CDATA[Following their successful collaboration on the Hereford Road Restaurant, Andy Martin Associates approached PBH to work with them again on this restaurant fit out. The brief was to create a pan-Asian restaurant and cocktail lounge within a new hotel in Thessaloniki, Greece. PBH undertook the manufacture of all bars, joinery, upholstery, ceiling and wall panelling [...]]]></description>
			<content:encoded><![CDATA[
	
		<div class="gallery_clear"></div> 
		<div id="gallery_220" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_220" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/6a8056c.jpg" title="6a8056c" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/6a8056c-85x60.jpg" alt="" title="6a8056c" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/0c9a3e5.jpg" title="0c9a3e5" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/0c9a3e5-85x60.jpg" alt="" title="0c9a3e5" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/CF057064.jpg" title="CF057064" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/CF057064-85x60.jpg" alt="" title="CF057064" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/CF057397.jpg" title="CF057397" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/CF057397-85x60.jpg" alt="" title="CF057397" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="photospace_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_220" class="loader"></div>
					<div id="slideshow_220" class="slideshow"></div>
					<div id="caption_220" 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');
				$('.thumnail_col').css('width', '200px');
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_220').galleriffic({ 
					delay:                     3500,
					numThumbs:                 4,
					preloadAhead:              4,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_220',
					controlsContainerSel:      '#controls_220',
					captionContainerSel:       '#caption_220',  
					loadingContainerSel:       '#loading_220',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span>Play Slideshow</span>',
					pauseLinkText:             '<span>Pause Slideshow</span>',
					prevLinkText:              '<span>‹ Previous Photo</span>',
					nextLinkText:              '<span>Next Photo ›</span>',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					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);
					}
					
				}); 
				
				
				
				/**************** 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>
		
		
<p><em>Following their successful collaboration on the Hereford Road Restaurant, Andy Martin Associates approached PBH to work with them again on this restaurant fit out. The brief was to create a pan-Asian restaurant and cocktail lounge within a new hotel in Thessaloniki, Greece. PBH undertook the manufacture of all bars, joinery, upholstery, ceiling and wall panelling in the UK and shipped them to Greece for installation by our own site operatives.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://pbhshopfitters.com/portfolio/chan-restaurant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Corney &amp; Barrow</title>
		<link>http://pbhshopfitters.com/portfolio/corney-barrow/</link>
		<comments>http://pbhshopfitters.com/portfolio/corney-barrow/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 11:15:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://pbhshopfitters.com/?p=213</guid>
		<description><![CDATA[This contemporary and stylish new build restaurant and champagne bar with private dining facilities was fitted out by PBH over a 12-week period. Working to a vision created by Nelson Design and in partnership once again with Mark Alford and his team, PBH were responsible for all joinery, upholstery, counters, furnishings, kitchen, mechanical and electrical [...]]]></description>
			<content:encoded><![CDATA[
	
		<div class="gallery_clear"></div> 
		<div id="gallery_213" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_213" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/corney-and-barrow.jpg" title="corney-and-barrow" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/corney-and-barrow-85x60.jpg" alt="" title="corney-and-barrow" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/cbls_private_room2.jpg" title="cbls_private_room2" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/cbls_private_room2-85x60.jpg" alt="" title="cbls_private_room2" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/cbls_lounge_bar_3.jpg" title="cbls_lounge_bar_3" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/cbls_lounge_bar_3-85x60.jpg" alt="" title="cbls_lounge_bar_3" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="photospace_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_213" class="loader"></div>
					<div id="slideshow_213" class="slideshow"></div>
					<div id="caption_213" 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');
				$('.thumnail_col').css('width', '200px');
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_213').galleriffic({ 
					delay:                     3500,
					numThumbs:                 4,
					preloadAhead:              4,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_213',
					controlsContainerSel:      '#controls_213',
					captionContainerSel:       '#caption_213',  
					loadingContainerSel:       '#loading_213',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span>Play Slideshow</span>',
					pauseLinkText:             '<span>Pause Slideshow</span>',
					prevLinkText:              '<span>‹ Previous Photo</span>',
					nextLinkText:              '<span>Next Photo ›</span>',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					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);
					}
					
				}); 
				
				
				
				/**************** 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>
		
		
<p>This contemporary and stylish new build restaurant and champagne bar with private dining facilities was fitted out by PBH over a 12-week period. Working to a vision created by Nelson Design and in partnership once again with Mark Alford and his team, PBH were responsible for all joinery, upholstery, counters, furnishings, kitchen, mechanical and electrical installations.</p>
]]></content:encoded>
			<wfw:commentRss>http://pbhshopfitters.com/portfolio/corney-barrow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vermilion</title>
		<link>http://pbhshopfitters.com/portfolio/vermilion/</link>
		<comments>http://pbhshopfitters.com/portfolio/vermilion/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 11:10:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://pbhshopfitters.com/?p=204</guid>
		<description><![CDATA[This stunning £5 million destination restaurant, nightclub and bar in East Manchester is spread over 3 floors with private dining and function rooms.  Designed by Miguel Cancio Martins and project managed by Mark Alford Associates, PBH took on and successfully completed the fit out to the exacting standards anticipated by the client.]]></description>
			<content:encoded><![CDATA[
	
		<div class="gallery_clear"></div> 
		<div id="gallery_204" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_204" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/2119-Vermillion-021-small.jpg" title="2119-Vermillion-021-small" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/2119-Vermillion-021-small-85x60.jpg" alt="" title="2119-Vermillion-021-small" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/2119-Vermillion-365-small.jpg" title="2119-Vermillion-365-small" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/2119-Vermillion-365-small-85x60.jpg" alt="" title="2119-Vermillion-365-small" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/vermillion001.jpg" title="vermillion001" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/vermillion001-85x60.jpg" alt="" title="vermillion001" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/vermillion002.jpg" title="vermillion002" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/vermillion002-85x60.jpg" alt="" title="vermillion002" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="photospace_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_204" class="loader"></div>
					<div id="slideshow_204" class="slideshow"></div>
					<div id="caption_204" 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');
				$('.thumnail_col').css('width', '200px');
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_204').galleriffic({ 
					delay:                     3500,
					numThumbs:                 4,
					preloadAhead:              4,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_204',
					controlsContainerSel:      '#controls_204',
					captionContainerSel:       '#caption_204',  
					loadingContainerSel:       '#loading_204',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span>Play Slideshow</span>',
					pauseLinkText:             '<span>Pause Slideshow</span>',
					prevLinkText:              '<span>‹ Previous Photo</span>',
					nextLinkText:              '<span>Next Photo ›</span>',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					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);
					}
					
				}); 
				
				
				
				/**************** 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>
		
		
<p><em>This stunning £5 million destination restaurant, nightclub and bar in East Manchester is spread over 3 floors with private dining and function rooms.  Designed by Miguel Cancio Martins and p</em>roject managed by Mark Alford Associates, PBH took on and successfully completed the fit out to the exacting standards anticipated by the client.</p>
]]></content:encoded>
			<wfw:commentRss>http://pbhshopfitters.com/portfolio/vermilion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hereford Road</title>
		<link>http://pbhshopfitters.com/portfolio/hereford-road/</link>
		<comments>http://pbhshopfitters.com/portfolio/hereford-road/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 11:07:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://pbhshopfitters.com/?p=199</guid>
		<description><![CDATA[Working with architects Andy Martin Associates, PBH helped to create the perfect uber-modern ambience in this 70-cover restaurant in Notting Hill working closely with chef and co-founder Tom Pemberton, formerly of St John Bread and Wine. &#160; &#160;]]></description>
			<content:encoded><![CDATA[
	
		<div class="gallery_clear"></div> 
		<div id="gallery_199" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_199" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/L1045296.jpg" title="L1045296" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/L1045296-85x60.jpg" alt="" title="L1045296" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/L1044221.jpg" title="L1044221" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/L1044221-85x60.jpg" alt="" title="L1044221" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://pbhshopfitters.com/wp-content/uploads/2011/12/L1045154.jpg" title="L1045154" >								
											<img src="http://pbhshopfitters.com/wp-content/uploads/2011/12/L1045154-85x60.jpg" alt="" title="L1045154" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
						</ul>
								<div class="photospace_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_199" class="loader"></div>
					<div id="slideshow_199" class="slideshow"></div>
					<div id="caption_199" 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');
				$('.thumnail_col').css('width', '200px');
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_199').galleriffic({ 
					delay:                     3500,
					numThumbs:                 4,
					preloadAhead:              4,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_199',
					controlsContainerSel:      '#controls_199',
					captionContainerSel:       '#caption_199',  
					loadingContainerSel:       '#loading_199',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span>Play Slideshow</span>',
					pauseLinkText:             '<span>Pause Slideshow</span>',
					prevLinkText:              '<span>‹ Previous Photo</span>',
					nextLinkText:              '<span>Next Photo ›</span>',
					nextPageLinkText:          '&rsaquo;',
					prevPageLinkText:          '&lsaquo;',
					enableHistory:              0,
					autoStart:                 	0,
					enableKeyboardNavigation:	true,
					syncTransitions:           	true,
					defaultTransitionDuration: 	300,
						
					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);
					}
					
				}); 
				
				
				
				/**************** 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>
		
		
<p><em>Working with architects Andy Martin Associates, PBH helped to create the perfect uber-modern ambience in this 70-cover restaurant in Notting Hill working closely with chef and co-founder Tom Pemberton, formerly of St John Bread and Wine.</em></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://pbhshopfitters.com/portfolio/hereford-road/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 4180/4421 objects using disk: basic

Served from: pbhshopfitters.com @ 2013-05-25 11:13:40 -->