<?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>Mon, 06 Feb 2012 21:17:54 +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>El Diablo Barato</title>
		<link>http://www.myfixedgear.net/el-diablo-barato</link>
		<comments>http://www.myfixedgear.net/el-diablo-barato#comments</comments>
		<pubDate>Mon, 06 Feb 2012 21:17:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/el-diablo-barato</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/El_Diablo_Barato/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/El_Diablo_Barato/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>
My first fixie. Origin 8 Del Pasado FSA Orbit MX Headset and Seat Post Velocity Deep V Wheels on Origin 8 Hubs Conti Ultra Race 700X25c SRAM Brake Levers w/Tektro RS38 Brakes RaceFace Cadence Bars SRAM S500 Crank KMC Z410 Gold &#8220;Bling&#8221; Chain Submitted by Keith]]></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/El_Diablo_Barato/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/El_Diablo_Barato/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>My first fixie.<br />
Origin 8 Del Pasado<br />
FSA Orbit MX Headset and Seat Post<br />
Velocity Deep V Wheels on Origin 8 Hubs<br />
Conti Ultra Race 700X25c<br />
SRAM Brake Levers w/Tektro RS38 Brakes<br />
RaceFace Cadence Bars<br />
SRAM S500 Crank<br />
KMC Z410 Gold &#8220;Bling&#8221; Chain
</p>
<p><i>Submitted by Keith</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/el-diablo-barato/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Killbot</title>
		<link>http://www.myfixedgear.net/killbot</link>
		<comments>http://www.myfixedgear.net/killbot#comments</comments>
		<pubDate>Sun, 05 Feb 2012 18:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/killbot</guid>
		<description><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/Killbot_/reg/1.jpg" alt="" title="" />
			</div>
		Mercier kilo tt Chrome 53cm Velocity b43s Nitto rb021s Velo Orange, fi&#8217;zi:k Arione K:ium Submitted by josh]]></description>
			<content:encoded><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/Killbot_/reg/1.jpg" alt="" title="" />
			</div>
		<p></p>
<p>Mercier kilo tt Chrome 53cm</p>
<p>Velocity b43s<br />
Nitto rb021s<br />
Velo Orange,<br />
fi&#8217;zi:k Arione K:ium
</p>
<p><i>Submitted by josh</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/killbot/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>1953 Claud Butler Jubilee</title>
		<link>http://www.myfixedgear.net/1953-claud-butler-jubilee</link>
		<comments>http://www.myfixedgear.net/1953-claud-butler-jubilee#comments</comments>
		<pubDate>Sun, 05 Feb 2012 11:51:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/1953-claud-butler-jubilee</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/1953_Claud_Butler_Jubilee/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/1953_Claud_Butler_Jubilee/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/1953_Claud_Butler_Jubilee/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/1953_Claud_Butler_Jubilee/reg/4.jpg" alt=" 4" title=" 4"></li>
<li><img src="/wp-content/photos/1953_Claud_Butler_Jubilee/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>
5-speed Claud Butler Jubilee frame, Campagnolo Athena seatpost, Brooks B17, Mavic Module E rims with Vredestein tyres, Atom hubs(laced them myself, don&#8217;t be put off, it&#8217;s not as scary as they make out, and very satisfying. I will admit to having a pro true them up, though). Tektro long-reach calliper and Dia Compe lever. Shimano [...]]]></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/1953_Claud_Butler_Jubilee/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/1953_Claud_Butler_Jubilee/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/1953_Claud_Butler_Jubilee/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/1953_Claud_Butler_Jubilee/reg/4.jpg" alt=" 4" title=" 4"></li>
<li><img src="/wp-content/photos/1953_Claud_Butler_Jubilee/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>5-speed Claud Butler Jubilee frame, Campagnolo Athena seatpost, Brooks B17, Mavic Module E rims with Vredestein tyres, Atom hubs(laced them myself, don&#8217;t be put off, it&#8217;s not as scary as they make out, and very satisfying. I will admit to having a pro true them up, though). Tektro long-reach calliper and Dia Compe lever. Shimano Golden Arrow cranks, 42/16 fixed gear, Surly cog rotafixed and lock-ringed onto standard freewheel thread. Lovely fillet-brazing and pencil-thin stays. Forks need a bit of work and paint.
</p>
<p><i>Submitted by david oldfield</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/1953-claud-butler-jubilee/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Cinelli Gazzetta</title>
		<link>http://www.myfixedgear.net/cinelli-gazzetta</link>
		<comments>http://www.myfixedgear.net/cinelli-gazzetta#comments</comments>
		<pubDate>Thu, 02 Feb 2012 23:16:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/cinelli-gazzetta</guid>
		<description><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/Cinelli_Gazzetta/reg/1.jpg" alt="" title="" />
			</div>
		Cinelli Gazzetta Frame Miche Crank Stronglight Chainring Velocity B43&#8242;s w/ Velocity Hubs Ritchey WCS Headset Pro-Lite Santa Marina Track Bars Fizik Bar Tape HKK Vertex Chain Blue Miche Supertype Seatpost Selle San Marco Concor Saddle Cinelli Pista Stem Conti Supersonic Tyres Submitted by Seb]]></description>
			<content:encoded><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/Cinelli_Gazzetta/reg/1.jpg" alt="" title="" />
			</div>
		<p></p>
<p>Cinelli Gazzetta Frame</p>
<p>Miche Crank</p>
<p>Stronglight Chainring</p>
<p>Velocity B43&#8242;s w/ Velocity Hubs</p>
<p>Ritchey WCS Headset</p>
<p>Pro-Lite Santa Marina Track Bars</p>
<p>Fizik Bar Tape</p>
<p>HKK Vertex Chain Blue</p>
<p>Miche Supertype Seatpost</p>
<p>Selle San Marco Concor Saddle</p>
<p>Cinelli Pista Stem</p>
<p>Conti Supersonic Tyres
</p>
<p><i>Submitted by Seb</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/cinelli-gazzetta/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>2011 Kilo TT</title>
		<link>http://www.myfixedgear.net/2011-kilo-tt</link>
		<comments>http://www.myfixedgear.net/2011-kilo-tt#comments</comments>
		<pubDate>Wed, 01 Feb 2012 21:13:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/2011-kilo-tt</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/2011_Kilo_TT/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/2011_Kilo_TT/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/2011_Kilo_TT/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>
I&#8217;ve been building this since www.myfixedgear.net/langster-steel was stolen. Kilo TT- 55cm Concor Saddle Nitto Stem Salsa Handlebars H+ Son tb-14 to Phil Wood front and rear Sugino 75&#8242;s with Phil Wood Bottom Bracket 44rn 49t chainring. Submitted by Tylerj]]></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/2011_Kilo_TT/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/2011_Kilo_TT/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/2011_Kilo_TT/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>I&#8217;ve been building this since www.myfixedgear.net/langster-steel was stolen. </p>
<p>Kilo TT- 55cm</p>
<p>Concor Saddle</p>
<p>Nitto Stem</p>
<p>Salsa Handlebars</p>
<p>H+ Son tb-14 to Phil Wood front and rear</p>
<p>Sugino 75&#8242;s with Phil Wood Bottom Bracket</p>
<p>44rn 49t chainring. </p>
<p><i>Submitted by Tylerj</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/2011-kilo-tt/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Tigger</title>
		<link>http://www.myfixedgear.net/tigger</link>
		<comments>http://www.myfixedgear.net/tigger#comments</comments>
		<pubDate>Tue, 31 Jan 2012 21:29:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/tigger</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/Tigger/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/Tigger/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/Tigger/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/Tigger/reg/4.jpg" alt=" 4" title=" 4"></li>
<li><img src="/wp-content/photos/Tigger/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>
Submitted by Paul Castles]]></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/Tigger/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/Tigger/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/Tigger/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/Tigger/reg/4.jpg" alt=" 4" title=" 4"></li>
<li><img src="/wp-content/photos/Tigger/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>
<p><i>Submitted by Paul Castles</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/tigger/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>cinelli vigorelli</title>
		<link>http://www.myfixedgear.net/cinelli-vigorelli-4</link>
		<comments>http://www.myfixedgear.net/cinelli-vigorelli-4#comments</comments>
		<pubDate>Tue, 31 Jan 2012 21:29:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/cinelli-vigorelli-4</guid>
		<description><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/cinelli_vigorelli/reg/1.jpg" alt="" title="" />
			</div>
		Submitted by jimakos]]></description>
			<content:encoded><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/cinelli_vigorelli/reg/1.jpg" alt="" title="" />
			</div>
		<p></p>
</p>
<p><i>Submitted by jimakos</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/cinelli-vigorelli-4/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Schwinn Cutter 2011</title>
		<link>http://www.myfixedgear.net/schwinn-cutter-2011</link>
		<comments>http://www.myfixedgear.net/schwinn-cutter-2011#comments</comments>
		<pubDate>Tue, 31 Jan 2012 20:23:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/schwinn-cutter-2011</guid>
		<description><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/Schwinn_Cutter_2011/reg/1.jpg" alt="" title="" />
			</div>
		changed out pedals/straps,handle bars to drop down bars and gold seat to black seat. Submitted by David W]]></description>
			<content:encoded><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/Schwinn_Cutter_2011/reg/1.jpg" alt="" title="" />
			</div>
		<p></p>
<p>changed out pedals/straps,handle bars to drop down bars and gold seat to black seat.
</p>
<p><i>Submitted by David W</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/schwinn-cutter-2011/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>1980&#8242;s Benotto Sprint.</title>
		<link>http://www.myfixedgear.net/1980s-benotto-sprint</link>
		<comments>http://www.myfixedgear.net/1980s-benotto-sprint#comments</comments>
		<pubDate>Tue, 31 Jan 2012 08:50:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/1980s-benotto-sprint</guid>
		<description><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/1980s_Benotto_Sprint/reg/1.jpg" alt="" title="" />
			</div>
		Very hard to come by. Unique polygon shaped chainstays Submitted by Jake]]></description>
			<content:encoded><![CDATA[
			<div style="text-align:center">
				<img src="/wp-content/photos/1980s_Benotto_Sprint/reg/1.jpg" alt="" title="" />
			</div>
		<p></p>
<p> Very hard to come by. Unique polygon shaped chainstays
</p>
<p><i>Submitted by Jake</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/1980s-benotto-sprint/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>favorit F2 track (czech classic)</title>
		<link>http://www.myfixedgear.net/favorit-f2-track-czech-classic</link>
		<comments>http://www.myfixedgear.net/favorit-f2-track-czech-classic#comments</comments>
		<pubDate>Mon, 30 Jan 2012 23:27:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.myfixedgear.net/favorit-f2-track-czech-classic</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/favorit_F2_track_czech_classic/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/favorit_F2_track_czech_classic/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/favorit_F2_track_czech_classic/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/favorit_F2_track_czech_classic/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>
frame: favorit track 1959 fork: favorit track 60´ headset: favorit stem: ITM 90 handlebars:favorit track seat post: favorit saddle: selle italia crankset: favorit track steel 165/44t cog: favorit 15t chain: favorit rims: vuelta 30mm tires: vuelta 23mm hubs: S-A pedals: ITM clips: christopher Submitted by romanK]]></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/favorit_F2_track_czech_classic/reg/1.jpg" alt=" 1" title=" 1"></li>
<li><img src="/wp-content/photos/favorit_F2_track_czech_classic/reg/2.jpg" alt=" 2" title=" 2"></li>
<li><img src="/wp-content/photos/favorit_F2_track_czech_classic/reg/3.jpg" alt=" 3" title=" 3"></li>
<li><img src="/wp-content/photos/favorit_F2_track_czech_classic/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>frame:     favorit track 1959<br />
fork:      favorit track 60´<br />
headset:   favorit<br />
stem:      ITM 90<br />
handlebars:favorit track<br />
seat post: favorit<br />
saddle:    selle italia<br />
crankset:  favorit track steel 165/44t<br />
cog:       favorit 15t<br />
chain:     favorit<br />
rims:      vuelta 30mm<br />
tires:     vuelta 23mm<br />
hubs:      S-A<br />
pedals:    ITM<br />
clips:     christopher</p>
<p><i>Submitted by romanK</i></p>
]]></content:encoded>
			<wfw:commentRss>http://www.myfixedgear.net/favorit-f2-track-czech-classic/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

