<?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>MonroeSigns.com</title>
	<atom:link href="http://monroesigns.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://monroesigns.com</link>
	<description>Your Graphic Communication Source</description>
	<lastBuildDate>Wed, 15 Feb 2012 05:24:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fountain View Wayfinding Signs</title>
		<link>http://monroesigns.com/fountain-view-wayfinding-signs/</link>
		<comments>http://monroesigns.com/fountain-view-wayfinding-signs/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 22:36:47 +0000</pubDate>
		<dc:creator>hivemind</dc:creator>
				<category><![CDATA[Directional / Wayfinding Signs]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://monroesigns.hivemindhosting.com/?p=181</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
	
		<div class="gallery_clear"></div> 
		<div id="gallery_181" class="photospace"> 
	
			<!-- 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://monroesigns.com/files/2011/12/fountain-view-4-400x401.jpg" title="fountain-view-4" >								
											<img src="http://monroesigns.com/files/2011/12/fountain-view-4-50x50.jpg" alt="" title="fountain-view-4" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://monroesigns.com/files/2011/12/fountain-view-5-400x452.jpg" title="fountain-view-5" >								
											<img src="http://monroesigns.com/files/2011/12/fountain-view-5-50x50.jpg" alt="" title="fountain-view-5" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://monroesigns.com/files/2011/12/fountain-view-6-400x440.jpg" title="fountain-view-6" >								
											<img src="http://monroesigns.com/files/2011/12/fountain-view-6-50x50.jpg" alt="" title="fountain-view-6" />
										</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_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');
				$('.thumnail_col').css('width', '181px');
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_181').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_181',
					controlsContainerSel:      '#controls_181',
					captionContainerSel:       '#caption_181',  
					loadingContainerSel:       '#loading_181',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span>Play Slideshow</span>',
					pauseLinkText:             '<span>Pause Slideshow</span>',
					prevLinkText:              '<span>&lsaquo; Previous Photo</span>',
					nextLinkText:              '<span>Next Photo &rsaquo;</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(duration, 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>
		
		
]]></content:encoded>
			<wfw:commentRss>http://monroesigns.com/fountain-view-wayfinding-signs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dansard-Little Lightbox Sign</title>
		<link>http://monroesigns.com/dansard-little-lightbox-sign/</link>
		<comments>http://monroesigns.com/dansard-little-lightbox-sign/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 22:27:28 +0000</pubDate>
		<dc:creator>hivemind</dc:creator>
				<category><![CDATA[Outdoor Lightbox Signs]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://monroesigns.hivemindhosting.com/?p=176</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
	
		<div class="gallery_clear"></div> 
		<div id="gallery_176" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_176" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://monroesigns.com/files/2011/12/dansard-little-2-400x219.jpg" title="dansard-little-2" >								
											<img src="http://monroesigns.com/files/2011/12/dansard-little-2-50x50.jpg" alt="" title="dansard-little-2" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://monroesigns.com/files/2011/12/dansard-litte-1-308x500.jpg" title="dansard-litte-1" >								
											<img src="http://monroesigns.com/files/2011/12/dansard-litte-1-50x50.jpg" alt="" title="dansard-litte-1" />
										</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_176" class="loader"></div>
					<div id="slideshow_176" class="slideshow"></div>
					<div id="caption_176" 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', '181px');
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_176').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_176',
					controlsContainerSel:      '#controls_176',
					captionContainerSel:       '#caption_176',  
					loadingContainerSel:       '#loading_176',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span>Play Slideshow</span>',
					pauseLinkText:             '<span>Pause Slideshow</span>',
					prevLinkText:              '<span>&lsaquo; Previous Photo</span>',
					nextLinkText:              '<span>Next Photo &rsaquo;</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(duration, 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>
		
		
]]></content:encoded>
			<wfw:commentRss>http://monroesigns.com/dansard-little-lightbox-sign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Covenant Community Church Lightbox Sign</title>
		<link>http://monroesigns.com/covenant-community-church-lightbox-sign/</link>
		<comments>http://monroesigns.com/covenant-community-church-lightbox-sign/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 22:26:32 +0000</pubDate>
		<dc:creator>hivemind</dc:creator>
				<category><![CDATA[Outdoor Lightbox Signs]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://monroesigns.hivemindhosting.com/?p=172</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://monroesigns.com/files/2011/12/convenant-church-1.jpg"><img src="http://monroesigns.com/files/2011/12/convenant-church-1.jpg" alt="" title="convenant-church-1" width="600" height="329" class="alignleft size-full wp-image-174" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://monroesigns.com/covenant-community-church-lightbox-sign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Erie Bread Co. 3D Letters</title>
		<link>http://monroesigns.com/erie-bread-3d-letters/</link>
		<comments>http://monroesigns.com/erie-bread-3d-letters/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 22:24:50 +0000</pubDate>
		<dc:creator>hivemind</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Three-Dimensional Letters]]></category>

		<guid isPermaLink="false">http://monroesigns.hivemindhosting.com/?p=169</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://monroesigns.com/files/2011/12/erie-bread-company-1.jpg"><img src="http://monroesigns.com/files/2011/12/erie-bread-company-1.jpg" alt="" title="erie-bread-company-1" width="600" height="542" class="alignleft size-full wp-image-170" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://monroesigns.com/erie-bread-3d-letters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Martin&#8217;s Shoe House 3D Letters</title>
		<link>http://monroesigns.com/martins-shoe-house-3d-letters/</link>
		<comments>http://monroesigns.com/martins-shoe-house-3d-letters/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 22:23:51 +0000</pubDate>
		<dc:creator>hivemind</dc:creator>
				<category><![CDATA[Products]]></category>
		<category><![CDATA[Three-Dimensional Letters]]></category>

		<guid isPermaLink="false">http://monroesigns.hivemindhosting.com/?p=165</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
	
		<div class="gallery_clear"></div> 
		<div id="gallery_165" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_165" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://monroesigns.com/files/2011/12/martins-shoe-house-1-400x222.jpg" title="martins-shoe-house-1" >								
											<img src="http://monroesigns.com/files/2011/12/martins-shoe-house-1-50x50.jpg" alt="" title="martins-shoe-house-1" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://monroesigns.com/files/2011/12/martins-shoe-house-2-334x500.jpg" title="martins-shoe-house-2" >								
											<img src="http://monroesigns.com/files/2011/12/martins-shoe-house-2-50x50.jpg" alt="" title="martins-shoe-house-2" />
										</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_165" class="loader"></div>
					<div id="slideshow_165" class="slideshow"></div>
					<div id="caption_165" 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', '181px');
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_165').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_165',
					controlsContainerSel:      '#controls_165',
					captionContainerSel:       '#caption_165',  
					loadingContainerSel:       '#loading_165',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span>Play Slideshow</span>',
					pauseLinkText:             '<span>Pause Slideshow</span>',
					prevLinkText:              '<span>&lsaquo; Previous Photo</span>',
					nextLinkText:              '<span>Next Photo &rsaquo;</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(duration, 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>
		
		
]]></content:encoded>
			<wfw:commentRss>http://monroesigns.com/martins-shoe-house-3d-letters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snap Fitness LED Channel Letters</title>
		<link>http://monroesigns.com/snap-fitness-led-channel-letters/</link>
		<comments>http://monroesigns.com/snap-fitness-led-channel-letters/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 22:20:33 +0000</pubDate>
		<dc:creator>hivemind</dc:creator>
				<category><![CDATA[LED Channel Letters]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://monroesigns.hivemindhosting.com/?p=160</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://monroesigns.com/files/2011/12/snap-fitness-1.jpg"><img src="http://monroesigns.com/files/2011/12/snap-fitness-1.jpg" alt="" title="snap-fitness-1" width="600" height="286" class="alignleft size-full wp-image-161" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://monroesigns.com/snap-fitness-led-channel-letters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>National Guard LED Channel Letters</title>
		<link>http://monroesigns.com/national-guard-led-channel-letters/</link>
		<comments>http://monroesigns.com/national-guard-led-channel-letters/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 22:19:44 +0000</pubDate>
		<dc:creator>hivemind</dc:creator>
				<category><![CDATA[LED Channel Letters]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://monroesigns.hivemindhosting.com/?p=154</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
	
		<div class="gallery_clear"></div> 
		<div id="gallery_154" class="photospace"> 
	
			<!-- Start Advanced Gallery Html Containers -->
			<div class="thumbs_wrap2">
				<div class="thumbs_wrap">
					<div id="thumbs_154" class="thumnail_col " >
						 
						<ul class="thumbs noscript">				
						
									<li><a class="thumb" href="http://monroesigns.com/files/2011/12/national-guard-1-400x268.jpg" title="national-guard-1" >								
											<img src="http://monroesigns.com/files/2011/12/national-guard-1-50x50.jpg" alt="" title="national-guard-1" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://monroesigns.com/files/2011/12/national-guard-2-400x199.jpg" title="national-guard-2" >								
											<img src="http://monroesigns.com/files/2011/12/national-guard-2-50x50.jpg" alt="" title="national-guard-2" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://monroesigns.com/files/2011/12/national-guard-3-400x192.jpg" title="national-guard-3" >								
											<img src="http://monroesigns.com/files/2011/12/national-guard-3-50x50.jpg" alt="" title="national-guard-3" />
										</a>
										
										<div class="caption">
											
										</div>
										
									</li>
								
									<li><a class="thumb" href="http://monroesigns.com/files/2011/12/national-guard-4-400x268.jpg" title="national-guard-4" >								
											<img src="http://monroesigns.com/files/2011/12/national-guard-4-50x50.jpg" alt="" title="national-guard-4" />
										</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_154" class="loader"></div>
					<div id="slideshow_154" class="slideshow"></div>
					<div id="caption_154" 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', '181px');
				
				// Initialize Advanced Galleriffic Gallery 
				var gallery = $('#thumbs_154').galleriffic({ 
					delay:                     3500,
					numThumbs:                 9,
					preloadAhead:              9,
					enableTopPager:            0,
					enableBottomPager:         false,
					imageContainerSel:         '#slideshow_154',
					controlsContainerSel:      '#controls_154',
					captionContainerSel:       '#caption_154',  
					loadingContainerSel:       '#loading_154',
					renderSSControls:          true,
					renderNavControls:         true,
					playLinkText:              '<span>Play Slideshow</span>',
					pauseLinkText:             '<span>Pause Slideshow</span>',
					prevLinkText:              '<span>&lsaquo; Previous Photo</span>',
					nextLinkText:              '<span>Next Photo &rsaquo;</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(duration, 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>
		
		
]]></content:encoded>
			<wfw:commentRss>http://monroesigns.com/national-guard-led-channel-letters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anytime Fitness LED Channel Letters</title>
		<link>http://monroesigns.com/anytime-fitness-led-channel-letters/</link>
		<comments>http://monroesigns.com/anytime-fitness-led-channel-letters/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 22:15:54 +0000</pubDate>
		<dc:creator>hivemind</dc:creator>
				<category><![CDATA[LED Channel Letters]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://monroesigns.hivemindhosting.com/?p=150</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://monroesigns.com/files/2011/12/anytime-fitness-1.jpg"><img src="http://monroesigns.com/files/2011/12/anytime-fitness-1.jpg" alt="" title="anytime-fitness-1" width="600" height="306" class="alignleft size-full wp-image-151" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://monroesigns.com/anytime-fitness-led-channel-letters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ameriprise Financial LED Channel Letters</title>
		<link>http://monroesigns.com/ameriprise-financial-led-channel-letters/</link>
		<comments>http://monroesigns.com/ameriprise-financial-led-channel-letters/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 22:14:59 +0000</pubDate>
		<dc:creator>hivemind</dc:creator>
				<category><![CDATA[LED Channel Letters]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://monroesigns.hivemindhosting.com/?p=147</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://monroesigns.com/files/2011/12/ameriprise-financial-1.jpg"><img src="http://monroesigns.com/files/2011/12/ameriprise-financial-1.jpg" alt="" title="ameriprise-financial-1" width="600" height="380" class="alignleft size-full wp-image-148" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://monroesigns.com/ameriprise-financial-led-channel-letters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monroe Swimming Pool Monument Sign</title>
		<link>http://monroesigns.com/monroe-swimming-pool-monument-sign/</link>
		<comments>http://monroesigns.com/monroe-swimming-pool-monument-sign/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 22:55:55 +0000</pubDate>
		<dc:creator>hivemind</dc:creator>
				<category><![CDATA[Monument Signs]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://monroesigns.hivemindhosting.com/?p=86</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://monroesigns.com/files/2011/11/monroe-swimming-pool-1.jpg"><img class="alignnone size-full wp-image-87" title="monroe-swimming-pool-1" src="http://monroesigns.com/files/2011/11/monroe-swimming-pool-1.jpg" alt="" width="600" height="345" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://monroesigns.com/monroe-swimming-pool-monument-sign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

