<?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>my fixed gear</title>
	<atom:link href="http://www.myfixedgear.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.myfixedgear.net</link>
	<description>Track, Fixed Gear and Single Speed Bike Gallery</description>
	<lastBuildDate>Thu, 17 May 2012 08:14:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ferrari</title>
		<link>http://www.myfixedgear.net/ferrari</link>
		<comments>http://www.myfixedgear.net/ferrari#comments</comments>
		<pubDate>Thu, 17 May 2012 08:14:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/ferrari</guid>
		<description><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/Ferrari/reg/1.jpg" alt="" title="" />
			</div>
		Submitted by Luis Aranda]]></description>
			<content:encoded><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/Ferrari/reg/1.jpg" alt="" title="" />
			</div>
		<p></p>
</p>
<p><i>Submitted by Luis Aranda</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/ferrari/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Trek District</title>
		<link>http://www.myfixedgear.net/trek-district</link>
		<comments>http://www.myfixedgear.net/trek-district#comments</comments>
		<pubDate>Thu, 17 May 2012 08:14:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/trek-district</guid>
		<description><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:192px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/Trek_District_/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/Trek_District_/reg/2.jpg" alt=" 2" title=" 2"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
Trek District Belt Drive Stock besides lights, and frame decals. Submitted by Ryan]]></description>
			<content:encoded><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:192px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/Trek_District_/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/Trek_District_/reg/2.jpg" alt=" 2" title=" 2"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
<p></p>
<p>Trek District<br />
Belt Drive<br />
Stock besides lights, and frame decals.
</p>
<p><i>Submitted by Ryan</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/trek-district/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8217;84 illness</title>
		<link>http://www.myfixedgear.net/84-illness</link>
		<comments>http://www.myfixedgear.net/84-illness#comments</comments>
		<pubDate>Thu, 17 May 2012 08:13:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/84-illness</guid>
		<description><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/84_illness/reg/1.jpg" alt="" title="" />
			</div>
		First fixie project, started with a crusty 1984 Diamondback Sand Streak frame/fork that I picked up off of CL for $40. Submitted by Larry]]></description>
			<content:encoded><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/84_illness/reg/1.jpg" alt="" title="" />
			</div>
		<p></p>
<p>First fixie project, started with a crusty 1984 Diamondback Sand Streak frame/fork that I picked up off of CL for $40.
</p>
<p><i>Submitted by Larry</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/84-illness/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Peugeot UO8</title>
		<link>http://www.myfixedgear.net/peugeot-uo8</link>
		<comments>http://www.myfixedgear.net/peugeot-uo8#comments</comments>
		<pubDate>Wed, 16 May 2012 15:48:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/peugeot-uo8</guid>
		<description><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:480px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/Peugeot_UO8_/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/Peugeot_UO8_/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/Peugeot_UO8_/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/Peugeot_UO8_/reg/4.jpg" alt=" 4" title=" 4"></li>
<li><img src="/wp-content/photos/Peugeot_UO8_/reg/5.jpg" alt=" 5" title=" 5"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
Frame Peugeot UO8 1975 Wheels Miche Xpress 700c Tyres Specialized 700&#215;25 Drop Bar Pista Bartape Cinelli Bottom Bracket Shimano 68&#215;113 Crankset Mighty 165mm 46T Seat Concord From Greece with love Submitted by Yiannis Karagiannis]]></description>
			<content:encoded><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:480px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/Peugeot_UO8_/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/Peugeot_UO8_/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/Peugeot_UO8_/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/Peugeot_UO8_/reg/4.jpg" alt=" 4" title=" 4"></li>
<li><img src="/wp-content/photos/Peugeot_UO8_/reg/5.jpg" alt=" 5" title=" 5"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
<p></p>
<p>Frame Peugeot UO8 1975<br />
Wheels Miche Xpress 700c<br />
Tyres Specialized 700&#215;25<br />
Drop Bar Pista<br />
Bartape Cinelli<br />
Bottom Bracket Shimano 68&#215;113<br />
Crankset Mighty 165mm 46T<br />
Seat Concord</p>
<p>From Greece with love
</p>
<p><i>Submitted by Yiannis Karagiannis</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/peugeot-uo8/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>グラボ (better pictures)</title>
		<link>http://www.myfixedgear.net/%e3%82%b0%e3%83%a9%e3%83%9c-better-pictures</link>
		<comments>http://www.myfixedgear.net/%e3%82%b0%e3%83%a9%e3%83%9c-better-pictures#comments</comments>
		<pubDate>Wed, 16 May 2012 15:48:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/%e3%82%b0%e3%83%a9%e3%83%9c-better-pictures</guid>
		<description><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:384px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/_better_pictures/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/_better_pictures/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/_better_pictures/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/_better_pictures/reg/4.jpg" alt=" 4" title=" 4"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
retook with beter clearer pictures and info low budget start up, total spent apx. $280 over past 2 years. Frame / Size / Year: Mercier Kilo tt / 54 / 07 Handlebars / Stem: Soma 456 track drops / Dimension stem Fork / Headset: Mercier Kilo tt stock fork / Cane Creek Front Wheel / [...]]]></description>
			<content:encoded><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:384px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/_better_pictures/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/_better_pictures/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/_better_pictures/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/_better_pictures/reg/4.jpg" alt=" 4" title=" 4"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
<p></p>
<p>retook with beter clearer pictures and info<br />
low budget start up, total spent apx. $280 over past 2 years.</p>
<p>Frame / Size / Year:<br />
Mercier Kilo tt / 54 / 07<br />
Handlebars / Stem:<br />
Soma 456 track drops / Dimension stem<br />
Fork / Headset:<br />
Mercier Kilo tt stock fork / Cane Creek<br />
Front Wheel / Hub / Rim / Tire:<br />
Alex dc25 / Formula / Vittoria Rubino<br />
Rear Wheel / Hub / Rim / Tire:<br />
Alex dc25 / Formula / Gatorskin<br />
Crankset / Bottom Bracket:<br />
Sugino Mighty<br />
Saddle / Seat Post:<br />
San Marco<br />
Pedals / Chain:<br />
njs Mks Sylvan Prime / Izumi eco<br />
Gearing / Chainring / Misc.:<br />
42/13 / njs Sugino Competition Chainring
</p>
<p><i>Submitted by Johnson N</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/%e3%82%b0%e3%83%a9%e3%83%9c-better-pictures/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Fixie Lott 2</title>
		<link>http://www.myfixedgear.net/fixie-lott-2</link>
		<comments>http://www.myfixedgear.net/fixie-lott-2#comments</comments>
		<pubDate>Sat, 12 May 2012 12:45:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/fixie-lott-2</guid>
		<description><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:288px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/Fixie_Lott_2/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/Fixie_Lott_2/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/Fixie_Lott_2/reg/3.jpg" alt=" 3" title=" 3"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
Unknown steel frame, originally green, resprayed, Charge Slice Bullhorns, Charge Spoon Saddle, Diatech Dirt Harry Brake Lever, Front Aerospoke with Schwalbe Laguna Tyre, DMR V8 pedals. Still a few things I&#8217;m working on. Also, cycling from London to Paris on this[in fixed] for Macmillan Cancer Support &#8211; https://www.justgiving.com/1GearToParis Here&#8217;s the page, if you are interested [...]]]></description>
			<content:encoded><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:288px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/Fixie_Lott_2/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/Fixie_Lott_2/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/Fixie_Lott_2/reg/3.jpg" alt=" 3" title=" 3"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
<p></p>
<p>Unknown steel frame, originally green, resprayed, Charge Slice Bullhorns, Charge Spoon Saddle, Diatech Dirt Harry Brake Lever, Front Aerospoke with Schwalbe Laguna Tyre, DMR V8 pedals. Still a few things I&#8217;m working on. </p>
<p>Also, cycling from London to Paris on this[in fixed] for Macmillan Cancer Support &#8211; </p>
<p>https://www.justgiving.com/1GearToParis</p>
<p>Here&#8217;s the page, if you are interested in knowing more. <img src='http://www.myfixedgear.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
<p><i>Submitted by Craig Barker</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/fixie-lott-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chuck</title>
		<link>http://www.myfixedgear.net/chuck</link>
		<comments>http://www.myfixedgear.net/chuck#comments</comments>
		<pubDate>Sat, 12 May 2012 12:45:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/chuck</guid>
		<description><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:192px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/Chuck/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/Chuck/reg/2.jpg" alt=" 2" title=" 2"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
Submitted by Steven Preusser]]></description>
			<content:encoded><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:192px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/Chuck/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/Chuck/reg/2.jpg" alt=" 2" title=" 2"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
<p></p>
</p>
<p><i>Submitted by Steven Preusser</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/chuck/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LLW&#8217;s (9th creation)</title>
		<link>http://www.myfixedgear.net/llws-9th-creation</link>
		<comments>http://www.myfixedgear.net/llws-9th-creation#comments</comments>
		<pubDate>Sat, 12 May 2012 12:45:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/llws-9th-creation</guid>
		<description><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:480px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/LLWs_9th_creation/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/LLWs_9th_creation/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/LLWs_9th_creation/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/LLWs_9th_creation/reg/4.jpg" alt=" 4" title=" 4"></li>
<li><img src="/wp-content/photos/LLWs_9th_creation/reg/5.jpg" alt=" 5" title=" 5"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
Dawes Aluminum 62cm , Alex G6000 wheels, rear bearings Ceramic SRAM S300 CRANK, swapped for Ceramic BB, Chris King spacers, Ritchey stem and bars, Look Keo pedals, KMC chain, Fizik Double tape, Tektro levers, Will change Cor-Mo fork for Rithchey Carbon Fork, WASH, DC]]></description>
			<content:encoded><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:480px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/LLWs_9th_creation/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/LLWs_9th_creation/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/LLWs_9th_creation/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/LLWs_9th_creation/reg/4.jpg" alt=" 4" title=" 4"></li>
<li><img src="/wp-content/photos/LLWs_9th_creation/reg/5.jpg" alt=" 5" title=" 5"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
<p></p>
<p>Dawes Aluminum 62cm , Alex G6000 wheels, rear bearings Ceramic SRAM S300 CRANK, swapped for Ceramic BB, Chris King spacers, Ritchey stem and bars, Look Keo pedals, KMC chain, Fizik Double tape, Tektro levers, Will change Cor-Mo fork for Rithchey Carbon Fork, WASH, DC</p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/llws-9th-creation/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>P i e c e m e a  l   P o r t e u r</title>
		<link>http://www.myfixedgear.net/p-i-e-c-e-m-e-a-l-p-o-r-t-e-u-r</link>
		<comments>http://www.myfixedgear.net/p-i-e-c-e-m-e-a-l-p-o-r-t-e-u-r#comments</comments>
		<pubDate>Sat, 12 May 2012 12:45:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/p-i-e-c-e-m-e-a-l-p-o-r-t-e-u-r</guid>
		<description><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:384px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/P_i_e_c_e_m_e_a__l___P_o_r_t_e_u_r/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/P_i_e_c_e_m_e_a__l___P_o_r_t_e_u_r/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/P_i_e_c_e_m_e_a__l___P_o_r_t_e_u_r/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/P_i_e_c_e_m_e_a__l___P_o_r_t_e_u_r/reg/4.jpg" alt=" 4" title=" 4"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
My scrappy conversion, ridden daily in Burlington, VT: 1985 Fuji SJ-10 frame.VO Bellvue bars (awesome utility bars for urban riding).Hatta headset. SR stem. San Marco leather bar tape (1/2 the price of Brooks!). Vintage Brooks Pro saddle (inherited from friend who rode it through Europe in the 70’s). Sugino post. Sugino 44t /Surly 17t fixed. [...]]]></description>
			<content:encoded><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:384px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/P_i_e_c_e_m_e_a__l___P_o_r_t_e_u_r/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/P_i_e_c_e_m_e_a__l___P_o_r_t_e_u_r/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/P_i_e_c_e_m_e_a__l___P_o_r_t_e_u_r/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/P_i_e_c_e_m_e_a__l___P_o_r_t_e_u_r/reg/4.jpg" alt=" 4" title=" 4"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
<p></p>
<p>My scrappy conversion, ridden daily in Burlington, VT:</p>
<p>1985 Fuji SJ-10 frame.VO Bellvue bars (awesome utility bars for urban riding).Hatta headset. SR stem. San Marco leather bar tape (1/2 the price of Brooks!). Vintage Brooks Pro saddle (inherited from friend who rode it through Europe in the 70’s). Sugino post. Sugino 44t /Surly 17t fixed. KMC chain. Andel cranks. Sugino BB.MKS Sylvan track pedals. Christophe cages &#038; straps. Rear Surly hub to Salsa Delgado rims (26”). Front Shimano hub to no name rims. Kenda Kwest 1.5&#8243; tires. Rear lighting by Planet Bike, attached with NJS approved red paper clip. Cat-eye sprung front rack resurrected from dusty parts heap. Recently ditched geriatric brake setup for a yet to be installed Cane Creek inverse lever&#038; newer style dual-pivot calipers.<br />
.</p>
<p><i>Submitted by wbizbot</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/p-i-e-c-e-m-e-a-l-p-o-r-t-e-u-r/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cinelli Vigorelli</title>
		<link>http://www.myfixedgear.net/cinelli-vigorelli-5</link>
		<comments>http://www.myfixedgear.net/cinelli-vigorelli-5#comments</comments>
		<pubDate>Sat, 12 May 2012 12:44:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/cinelli-vigorelli-5</guid>
		<description><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:192px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/Cinelli_Vigorelli_/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/Cinelli_Vigorelli_/reg/2.jpg" alt=" 2" title=" 2"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
This is my friends bike, very nice and very fast. Thanks. Submitted by Oliver Clothesof]]></description>
			<content:encoded><![CDATA[

<script type="text/javascript">
	
	jQuery(function($) {
		// remove alt and titles from thumbnails cos of weird fading otherwise, noscript users will still see them
		$('.gallery_demo_unstyled li img').each(function() {
			$(this).attr("title", "");
			$(this).attr("alt", "");
		});
		
		$('.gallery_demo_unstyled').addClass('gallery_demo'); // adds new class name to maintain degradability
		
		$('ul.gallery_demo').galleria({
			history   : false, // activates the history object for bookmarking, back-button etc.
			clickNext : true, // helper for making the image clickable
			insert    : '#main_image', // the containing selector for our main image
			onImage   : function(image,caption,thumb) { // let's add some image effects for demonstration purposes
				
				// fade in the image & caption
				//if(! ($.browser.mozilla && navigator.appVersion.indexOf("Win")!=-1) ) { // FF/Win fades large images terribly slow
					image.css('display','none').fadeIn(1000);
				//}
				//caption.css('display','none').fadeIn(1000);
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// fade out inactive thumbnail
				_li.siblings().children('img.selected').fadeTo(500,0.4);
				
				// fade in active thumbnail
				thumb.fadeTo('fast',1).addClass('selected');
				
				// add a title for the clickable image
				image.attr('title','Next image >>');
			},
			onThumb : function(thumb) { // thumbnail effects goes here
				
				// fetch the thumbnail container
				var _li = thumb.parents('li');
				
				// if thumbnail is active, fade all the way.
				var _fadeTo = _li.is('.active') ? '1' : '0.4';
				
				// fade in the thumbnail when finnished loading
				thumb.css({display:'none',opacity:_fadeTo}).fadeIn(1500);
				
				// hover effects
				thumb.hover(
					function() { thumb.fadeTo('fast',1); },
					function() { _li.not('.active').children('img').fadeTo('fast',0.4); } // don't fade out if the parent is active
				)
			}
		});
	});
	
</script>
	
<style media="screen,projection" type="text/css">
	
	*{margin:0;padding:0}
	.caption { display:none }
	
	/* gallery_demo is the ul - calculate the width here to center "n * (thumb_width + border + margin)" */
	.gallery_demo { width:192px; margin:5px auto 0 auto; text-align:center; }
	.gallery_demo li { width:90px; height:70px; border:1px solid #000; margin: 0 2px; background:#000; }
	
	/* ff format fix */
	.gallery_demo_unstyled li img { height:70px; } 
	
	#main_image { margin:0 auto 0 auto; height:460px; width:600px; background:#fff; text-align:center; display:table-cell; vertical-align:middle }	
	#main_image img { max-width:600px; max-height:460px; vertical-align:middle; }
	
	/*
	.nav { padding-top:15px; clear:both; font-family:sans-serif; letter-spacing:3px; font-variant:small-caps; text-align:center }
	*/
	.nav { padding:5px 0 15px 0; clear:both; text-align:center; }
</style>
	
<div id="main_image"></div>
<ul class="gallery_demo_unstyled">

<li class="active"><img src="/wp-content/photos/Cinelli_Vigorelli_/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/Cinelli_Vigorelli_/reg/2.jpg" alt=" 2" title=" 2"></li>
</ul>

<!-- restyle gallery for users without js -->
<noscript>
	<style media="screen,projection" type="text/css">
		.gallery_demo_unstyled li img { height:auto; }
		.nav { display:none; }
		#main_image { display:none; }
	</style>
</noscript>

<!--
<p class="nav"><a class="dammit" href="#" onclick="$.galleria.prev(); return false;">&laquo; Previous</a> | <a href="#" onclick="$.galleria.next(); return false;">Next &raquo;</a></p>
-->
<p class="nav"></p>
<p></p>
<p>This is my friends bike, very nice and very fast. Thanks.
</p>
<p><i>Submitted by Oliver Clothesof</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/cinelli-vigorelli-5/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

