<?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>flyawayunlimited.com &#187; Nature</title>
	<atom:link href="http://flyawayunlimited.com/category/nature/feed/" rel="self" type="application/rss+xml" />
	<link>http://flyawayunlimited.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Jun 2011 05:38:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Dogwoods this year</title>
		<link>http://flyawayunlimited.com/2011/04/dogwoods-this-year/</link>
		<comments>http://flyawayunlimited.com/2011/04/dogwoods-this-year/#comments</comments>
		<pubDate>Sat, 09 Apr 2011 06:01:26 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Just Stuff]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[dogwood trees]]></category>
		<category><![CDATA[onion flowers]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1961</guid>
		<description><![CDATA[And some onion flowers too.]]></description>
			<content:encoded><![CDATA[

	<style type="text/css">
	div#slideshow-thumbs1961 img {
	height: 40px;
	width: auto;
	}

	#slides1961 a {
	width: 40px;
	height: 40px;
	overflow:hidden;
	display:block;
	}

	div#slideshow-thumbs-bg1961, div#slideshow-thumbs-wrapper1961, div#slideshow-thumbs-wrap1961, div#slideshow-thumbs1961,
	div#slideshow-thumbs-prev1961, div#slideshow-thumbs-next1961, div#slideshow-thumbs-prev1961 a, div#slideshow-thumbs-next1961 a {
	height:74px;
	}

	div#ppp-slideshow1961 {height:576px;}
	div#slideshow-nav1961 a, div#slideshow-nav1961 a span, span#slideshow-pause-play1961 {height:502px;}
	
	div#slideshow-nav1961 a.slideshow-prev, div#slideshow-nav1961 a.slideshow-next {width:398px;}
	span#slideshow-pause-play1961, div#slideshow-nav1961 a.pause, div#slideshow-nav1961 a.play {width:68px;}

	div#ppp-slideshow1961, div#slideshow-wrap1961, div#slideshow-thumbs-bg1961, div#slideshow-next1961 {width:864px;}
	div#slideshow-navigator1961 {width:808px;}

	.contenttext div#ppp-slideshow1961 img {
	  margin: 0 auto;
	  max-height: 576px;
	  width: auto;
	}
	.contenttext div#ppp-slideshow1961 img, div#ppp-slideshow1961 .wp-caption {
	  max-width:864px;
	}
	.contenttext div#ppp-slideshow1961 .slideshow-attachment-inner {
	  margin: 0 auto;
	  height: 576px;
	  width: 864px;
	}
	
	
	</style>

	<noscript>
	<style type="text/css">
	div#ppp-slideshow1961, .contenttext div#ppp-slideshow1961 .slideshow-attachment-inner {height:auto;}
	.contenttext div#ppp-slideshow1961 img {max-height: none;}
	</style>
	</noscript>


<script type="text/javascript"> 
<!--
	jQuery(document).ready(function($) {
	$(window).load(function() {

		// Fade in/out the text, nav, and thumbs
		var fade_thumb = "true";
		var fade_nav = "true";
		var fade_txt = "";
		var thumbBgOpacity = '0.5';
		var navOpacity = '0.8';

		function showThumbs() {
			$('div#slideshow-thumbs-bg1961').stop().fadeTo(400, thumbBgOpacity);
			$('div#slideshow-thumbs-wrapper1961').stop().fadeTo(400, 1);
		}
		function hideThumbs() {
		  if (fade_thumb == "true") {
			$('div#slideshow-thumbs-bg1961').stop().fadeTo(400, 0);
			$('div#slideshow-thumbs-wrapper1961').stop().fadeTo(400, 0);
		  }
		}

		function showNav() {
			$('div#slideshow-nav1961').stop().fadeTo(400, navOpacity);
		}
		function hideNav() {
		  if (fade_nav == "true") {
			$('div#slideshow-nav1961').stop().fadeTo(400, 0);
		  }
		}

		function showText() {
			$('div#ppp-slideshow-text1961').stop().fadeTo(400, '0.5');
		}
		function hideText() {
		  if (fade_txt == "true") {
			$('div#ppp-slideshow-text1961').stop().fadeTo(400, 0);
		  }
		}

		$('div.slideshow-thumbs-bg').css('opacity', thumbBgOpacity);
		$('div.ppp-slideshow-text').css('opacity', '0.5');

		$('div.ppp-slideshow-text').fadeIn();
	
		showThumbs();
		
		showNav();
		$('div.ppp-slideshow').fadeIn();
		$('div.slideshow-thumbs').fadeIn();

		// Get the image index from the url hash
		$(function() {
			var index = pppGetStartingSlide();
			// Move the thumbs starting page if not on the first page.
			if ((index >= 12) && (14 > 12)) {
				pppThumbsSetPage(index);
			}
		
		// Start the cycle on the slideshow div on this postid
		$('#ppp-slideshow1961').cycle({
				fx: 'fade',
				speed: 1000,
				timeout: 2000,
				next: '.slideshow-nav1961 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav1961 a.slideshow-prev',
				before:    onBefore,
				after:     onAfter,
				pager:  '#slides1961',
				manualTrump: false,
				sync:1,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides1961  li:eq(' + (idx) + ') a'; }
		});


		// Hover effects
		$('div#ppp-slideshow1961,div#slideshow-nav1961,div#slideshow-thumbs-wrapper1961').hover(function() {
			showText();
			showNav();
			showThumbs();
		}, function() {
			hideText();
			hideNav();
			hideThumbs();
		});


		// Enable Pause/Play
		$('div#slideshow-nav1961 a.pause').click(function() { 
			$('#ppp-slideshow1961').cycle('pause');
			$('div#slideshow-nav1961 a.pause').hide().stop();
			$('div#slideshow-nav1961 a.play').show().stop();
		});
		$('div#slideshow-nav1961 a.play').click(function() { 
			$('#ppp-slideshow1961').cycle('resume');
			$('div#slideshow-nav1961 a.play').hide().stop();
			$('div#slideshow-nav1961 a.pause').show().stop();
		});


		// Whip up a carousel for the thumbnail navigation
		function pppThumbsFirst() {
			if ($('#slideshow-thumbs1961').css('margin-left') != '0px') {
				$('#slideshow-thumbs1961').stop().animate({'margin-left':'0px'}, {duration:1000});
			}
		}
		function pppThumbsPrev() {
			if ($('#slideshow-thumbs1961').css('margin-left') != '0px') {

				// Figure out the reverse margin
				var offset = (816 + parseInt($('#slideshow-thumbs1961').css('margin-left')));
				offset += 'px';

				$('#slideshow-thumbs1961').stop().animate({'margin-left':offset}, {duration:1000});  
			} else {
				pppThumbsLast(13);
			}
		}
		function pppThumbsNext() {
			var mgnLeft = parseInt($('#slideshow-thumbs1961').css('margin-left'));
			var page = (((mgnLeft * -1) / 816) + 1);
			if (page == 2) {
				pppThumbsFirst();
			} else {
				mgnLeft -= 816;
				$('#slideshow-thumbs1961').stop().animate({'margin-left':mgnLeft}, {duration:1000});
			}
		}
		function pppThumbsLast(lastSlide) {
			var page = parseInt(lastSlide / 12);
			var offset = ((page * 816) * -1);
			$('#slideshow-thumbs1961').stop().animate({'margin-left':offset}, {duration:1000});
		}
		function pppThumbsGetPage(lastSlide) {
			var page = parseInt(lastSlide / 12);
			var offset = ((page * 816) * -1);
			return offset;
		}
		function pppThumbsSetPage(lastSlide) {
			var offset = pppThumbsGetPage(lastSlide);
			$('#slideshow-thumbs1961').css('margin-left', offset);
		}
		$('#slideshow-thumbs-prev1961 a').click(function() { 
			pppThumbsPrev();
		});
		$('#slideshow-thumbs-next1961 a').click(function() { 
			pppThumbsNext();
		});


		// Cycle plugin function callbacks
		// ===============================
		// jQuery cycle before callback

		var slideCounter = 0;

		function onBefore(curr,next,opts) {

			/* If this is the initialization run, slideCounter will be null. Update the text and skedaddle. */
			if (slideCounter == null) {
				// Update the slideshow text with the text we tucked away
				$('div#ppp-slideshow-text1961 div').html($('div#ppp-slideshow-text1961'+opts.currSlide).html()).hide().fadeIn(1000);
				return;
			}

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text1961 div').html($('div#ppp-slideshow-text1961'+opts.nextSlide).html()).hide().fadeIn(1000);

			/* Update the thumbs for the next slide, if necessary. */

			// WRAP: nextSlide is 0 only when wrapping from the last thumbnail
			// REVERSE WRAP: When nextSlide is equal to the slideCount, and the currSlide = 0, page to the last page.
			// NEXT PAGE: When nextSlide is a multiple of $thumbs_num, and the nextSlide > currSlide, page forward.
			// PREV PAGE: When currSlide is a multiple of $thumbs_num, and the nextSlide < currSlide, page backward.
			if ((opts.currSlide == 0) || 
				(parseInt(opts.nextSlide) % 12 == 0) ||
				(parseInt(opts.currSlide) % 12 == 0)) {
				pppThumbsLast(opts.nextSlide);
			}
		}

		// jQuery cycle onafter callback
		function onAfter(curr,next,opts) {
		var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
		$('#slideshow-info1961').html(caption);
	} }); }); });
-->
	</script>
	<p>And some onion flowers too.</p>
<div id="slideshow-wrap1961" class="slideshow-wrap"><div id="ppp-slideshow1961" class="ppp-slideshow"><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1962 slideshow-attachment first"><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web319img_9817/" class="slideshow-image"><img width="720" height="720" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web319IMG_9817.jpg" class="attachment-full" alt="web319IMG_9817" title="web319IMG_9817" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1963 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web321img_9824/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web321IMG_9824.jpg" class="attachment-full" alt="web321IMG_9824" title="web321IMG_9824" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1964 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web322img_9825/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web322IMG_9825.jpg" class="attachment-full" alt="web322IMG_9825" title="web322IMG_9825" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1965 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web324img_9827/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web324IMG_9827.jpg" class="attachment-full" alt="web324IMG_9827" title="web324IMG_9827" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1966 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web326img_9829/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web326IMG_9829.jpg" class="attachment-full" alt="web326IMG_9829" title="web326IMG_9829" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1967 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web327img_9830/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web327IMG_9830.jpg" class="attachment-full" alt="web327IMG_9830" title="web327IMG_9830" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1968 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web328img_9831/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web328IMG_9831.jpg" class="attachment-full" alt="web328IMG_9831" title="web328IMG_9831" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1969 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web307img_9802/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web307IMG_9802.jpg" class="attachment-full" alt="web307IMG_9802" title="web307IMG_9802" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1970 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web310img_9805/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web310IMG_9805.jpg" class="attachment-full" alt="web310IMG_9805" title="web310IMG_9805" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1971 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web312img_9807/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web312IMG_9807.jpg" class="attachment-full" alt="web312IMG_9807" title="web312IMG_9807" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1972 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web314img_9809/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web314IMG_9809.jpg" class="attachment-full" alt="web314IMG_9809" title="web314IMG_9809" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1973 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web315img_9810/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web315IMG_9810.jpg" class="attachment-full" alt="web315IMG_9810" title="web315IMG_9810" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1974 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web316img_9811/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web316IMG_9811.jpg" class="attachment-full" alt="web316IMG_9811" title="web316IMG_9811" /></a></div></div><div class="slideshow-attachment-post1961 slideshow-attachment-post slideshow-attachment1975 slideshow-attachment "><div class="slideshow-attachment-inner1961 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/04/dogwoods-this-year/web318img_9813/" class="slideshow-image"><img width="720" height="720" src="http://flyawayunlimited.com/wp-content/uploads/2011/04/web318IMG_9813.jpg" class="attachment-full" alt="web318IMG_9813" title="web318IMG_9813" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text1961, div#slideshow-thumbs-bg1961, div#slideshow-thumbs-wrapper1961 {z-index:1977;}
	div#slideshow-nav1961 {z-index:1978;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text1961"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven1961"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19610"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19611"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19612"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19613"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19614"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19615"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19616"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19617"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19618"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19619"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text196110"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text196111"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text196112"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text196113"></div></div></div><!-- slideshow-wrap -->
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2011/04/dogwoods-this-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>January Snow. 2011</title>
		<link>http://flyawayunlimited.com/2011/01/january-snow-2011/</link>
		<comments>http://flyawayunlimited.com/2011/01/january-snow-2011/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 05:48:36 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Just Stuff]]></category>
		<category><![CDATA[Landscapes]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[East Texas]]></category>
		<category><![CDATA[Snow]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1907</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[

	<style type="text/css">
	div#slideshow-thumbs1907 img {
	height: 40px;
	width: auto;
	}

	#slides1907 a {
	width: 40px;
	height: 40px;
	overflow:hidden;
	display:block;
	}

	div#slideshow-thumbs-bg1907, div#slideshow-thumbs-wrapper1907, div#slideshow-thumbs-wrap1907, div#slideshow-thumbs1907,
	div#slideshow-thumbs-prev1907, div#slideshow-thumbs-next1907, div#slideshow-thumbs-prev1907 a, div#slideshow-thumbs-next1907 a {
	height:74px;
	}

	div#ppp-slideshow1907 {height:576px;}
	div#slideshow-nav1907 a, div#slideshow-nav1907 a span, span#slideshow-pause-play1907 {height:502px;}
	
	div#slideshow-nav1907 a.slideshow-prev, div#slideshow-nav1907 a.slideshow-next {width:398px;}
	span#slideshow-pause-play1907, div#slideshow-nav1907 a.pause, div#slideshow-nav1907 a.play {width:68px;}

	div#ppp-slideshow1907, div#slideshow-wrap1907, div#slideshow-thumbs-bg1907, div#slideshow-next1907 {width:864px;}
	div#slideshow-navigator1907 {width:808px;}

	.contenttext div#ppp-slideshow1907 img {
	  margin: 0 auto;
	  max-height: 576px;
	  width: auto;
	}
	.contenttext div#ppp-slideshow1907 img, div#ppp-slideshow1907 .wp-caption {
	  max-width:864px;
	}
	.contenttext div#ppp-slideshow1907 .slideshow-attachment-inner {
	  margin: 0 auto;
	  height: 576px;
	  width: 864px;
	}
	
	
	</style>

	<noscript>
	<style type="text/css">
	div#ppp-slideshow1907, .contenttext div#ppp-slideshow1907 .slideshow-attachment-inner {height:auto;}
	.contenttext div#ppp-slideshow1907 img {max-height: none;}
	</style>
	</noscript>


<script type="text/javascript"> 
<!--
	jQuery(document).ready(function($) {
	$(window).load(function() {

		// Fade in/out the text, nav, and thumbs
		var fade_thumb = "true";
		var fade_nav = "true";
		var fade_txt = "";
		var thumbBgOpacity = '0.5';
		var navOpacity = '0.8';

		function showThumbs() {
			$('div#slideshow-thumbs-bg1907').stop().fadeTo(400, thumbBgOpacity);
			$('div#slideshow-thumbs-wrapper1907').stop().fadeTo(400, 1);
		}
		function hideThumbs() {
		  if (fade_thumb == "true") {
			$('div#slideshow-thumbs-bg1907').stop().fadeTo(400, 0);
			$('div#slideshow-thumbs-wrapper1907').stop().fadeTo(400, 0);
		  }
		}

		function showNav() {
			$('div#slideshow-nav1907').stop().fadeTo(400, navOpacity);
		}
		function hideNav() {
		  if (fade_nav == "true") {
			$('div#slideshow-nav1907').stop().fadeTo(400, 0);
		  }
		}

		function showText() {
			$('div#ppp-slideshow-text1907').stop().fadeTo(400, '0.5');
		}
		function hideText() {
		  if (fade_txt == "true") {
			$('div#ppp-slideshow-text1907').stop().fadeTo(400, 0);
		  }
		}

		$('div.slideshow-thumbs-bg').css('opacity', thumbBgOpacity);
		$('div.ppp-slideshow-text').css('opacity', '0.5');

		$('div.ppp-slideshow-text').fadeIn();
	
		showThumbs();
		
		showNav();
		$('div.ppp-slideshow').fadeIn();
		$('div.slideshow-thumbs').fadeIn();

		// Get the image index from the url hash
		$(function() {
			var index = pppGetStartingSlide();
			// Move the thumbs starting page if not on the first page.
			if ((index >= 12) && (15 > 12)) {
				pppThumbsSetPage(index);
			}
		
		// Start the cycle on the slideshow div on this postid
		$('#ppp-slideshow1907').cycle({
				fx: 'fade',
				speed: 1000,
				timeout: 2000,
				next: '.slideshow-nav1907 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav1907 a.slideshow-prev',
				before:    onBefore,
				after:     onAfter,
				pager:  '#slides1907',
				manualTrump: false,
				sync:1,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides1907  li:eq(' + (idx) + ') a'; }
		});


		// Hover effects
		$('div#ppp-slideshow1907,div#slideshow-nav1907,div#slideshow-thumbs-wrapper1907').hover(function() {
			showText();
			showNav();
			showThumbs();
		}, function() {
			hideText();
			hideNav();
			hideThumbs();
		});


		// Enable Pause/Play
		$('div#slideshow-nav1907 a.pause').click(function() { 
			$('#ppp-slideshow1907').cycle('pause');
			$('div#slideshow-nav1907 a.pause').hide().stop();
			$('div#slideshow-nav1907 a.play').show().stop();
		});
		$('div#slideshow-nav1907 a.play').click(function() { 
			$('#ppp-slideshow1907').cycle('resume');
			$('div#slideshow-nav1907 a.play').hide().stop();
			$('div#slideshow-nav1907 a.pause').show().stop();
		});


		// Whip up a carousel for the thumbnail navigation
		function pppThumbsFirst() {
			if ($('#slideshow-thumbs1907').css('margin-left') != '0px') {
				$('#slideshow-thumbs1907').stop().animate({'margin-left':'0px'}, {duration:1000});
			}
		}
		function pppThumbsPrev() {
			if ($('#slideshow-thumbs1907').css('margin-left') != '0px') {

				// Figure out the reverse margin
				var offset = (816 + parseInt($('#slideshow-thumbs1907').css('margin-left')));
				offset += 'px';

				$('#slideshow-thumbs1907').stop().animate({'margin-left':offset}, {duration:1000});  
			} else {
				pppThumbsLast(14);
			}
		}
		function pppThumbsNext() {
			var mgnLeft = parseInt($('#slideshow-thumbs1907').css('margin-left'));
			var page = (((mgnLeft * -1) / 816) + 1);
			if (page == 2) {
				pppThumbsFirst();
			} else {
				mgnLeft -= 816;
				$('#slideshow-thumbs1907').stop().animate({'margin-left':mgnLeft}, {duration:1000});
			}
		}
		function pppThumbsLast(lastSlide) {
			var page = parseInt(lastSlide / 12);
			var offset = ((page * 816) * -1);
			$('#slideshow-thumbs1907').stop().animate({'margin-left':offset}, {duration:1000});
		}
		function pppThumbsGetPage(lastSlide) {
			var page = parseInt(lastSlide / 12);
			var offset = ((page * 816) * -1);
			return offset;
		}
		function pppThumbsSetPage(lastSlide) {
			var offset = pppThumbsGetPage(lastSlide);
			$('#slideshow-thumbs1907').css('margin-left', offset);
		}
		$('#slideshow-thumbs-prev1907 a').click(function() { 
			pppThumbsPrev();
		});
		$('#slideshow-thumbs-next1907 a').click(function() { 
			pppThumbsNext();
		});


		// Cycle plugin function callbacks
		// ===============================
		// jQuery cycle before callback

		var slideCounter = 0;

		function onBefore(curr,next,opts) {

			/* If this is the initialization run, slideCounter will be null. Update the text and skedaddle. */
			if (slideCounter == null) {
				// Update the slideshow text with the text we tucked away
				$('div#ppp-slideshow-text1907 div').html($('div#ppp-slideshow-text1907'+opts.currSlide).html()).hide().fadeIn(1000);
				return;
			}

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text1907 div').html($('div#ppp-slideshow-text1907'+opts.nextSlide).html()).hide().fadeIn(1000);

			/* Update the thumbs for the next slide, if necessary. */

			// WRAP: nextSlide is 0 only when wrapping from the last thumbnail
			// REVERSE WRAP: When nextSlide is equal to the slideCount, and the currSlide = 0, page to the last page.
			// NEXT PAGE: When nextSlide is a multiple of $thumbs_num, and the nextSlide > currSlide, page forward.
			// PREV PAGE: When currSlide is a multiple of $thumbs_num, and the nextSlide < currSlide, page backward.
			if ((opts.currSlide == 0) || 
				(parseInt(opts.nextSlide) % 12 == 0) ||
				(parseInt(opts.currSlide) % 12 == 0)) {
				pppThumbsLast(opts.nextSlide);
			}
		}

		// jQuery cycle onafter callback
		function onAfter(curr,next,opts) {
		var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
		$('#slideshow-info1907').html(caption);
	} }); }); });
-->
	</script>
	<div id="slideshow-wrap1907" class="slideshow-wrap"><div id="ppp-slideshow1907" class="ppp-slideshow"><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1922 slideshow-attachment first"><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/112img_9595/" class="slideshow-image"><img width="576" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/112IMG_9595.jpg" class="attachment-full" alt="112IMG_9595" title="112IMG_9595" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1921 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/104img_9584/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/104IMG_9584.jpg" class="attachment-full" alt="104IMG_9584" title="104IMG_9584" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1919 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/100img_9578/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/100IMG_9578.jpg" class="attachment-full" alt="100IMG_9578" title="100IMG_9578" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1915 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/090img_9564/" class="slideshow-image"><img width="576" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/090IMG_9564.jpg" class="attachment-full" alt="090IMG_9564" title="090IMG_9564" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1912 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/084img_9551/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/084IMG_9551.jpg" class="attachment-full" alt="084IMG_9551" title="084IMG_9551" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1916 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/094img_9571/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/094IMG_9571.jpg" class="attachment-full" alt="094IMG_9571" title="094IMG_9571" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1909 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/123img_9607/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/123IMG_9607.jpg" class="attachment-full" alt="123IMG_9607" title="123IMG_9607" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1908 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/117img_9601/" class="slideshow-image"><img width="576" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/117IMG_9601.jpg" class="attachment-full" alt="117IMG_9601" title="117IMG_9601" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1917 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/095img_9572/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/095IMG_9572.jpg" class="attachment-full" alt="095IMG_9572" title="095IMG_9572" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1918 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/098img_9576/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/098IMG_9576.jpg" class="attachment-full" alt="098IMG_9576" title="098IMG_9576" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1920 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/103img_9583/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/103IMG_9583.jpg" class="attachment-full" alt="103IMG_9583" title="103IMG_9583" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1914 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/089img_9562/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/089IMG_9562.jpg" class="attachment-full" alt="089IMG_9562" title="089IMG_9562" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1911 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/076img_9537/" class="slideshow-image"><img width="576" height="864" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/076IMG_9537.jpg" class="attachment-full" alt="076IMG_9537" title="076IMG_9537" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1910 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/062img_9495/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/062IMG_9495.jpg" class="attachment-full" alt="062IMG_9495" title="062IMG_9495" /></a></div></div><div class="slideshow-attachment-post1907 slideshow-attachment-post slideshow-attachment1913 slideshow-attachment "><div class="slideshow-attachment-inner1907 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/january-snow-2011/085img_9556/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/085IMG_9556.jpg" class="attachment-full" alt="085IMG_9556" title="085IMG_9556" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text1907, div#slideshow-thumbs-bg1907, div#slideshow-thumbs-wrapper1907 {z-index:1924;}
	div#slideshow-nav1907 {z-index:1925;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text1907"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven1907"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19070"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19071"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19072"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19073"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19074"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19075"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19076"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19077"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19078"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text19079"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text190710"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text190711"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text190712"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text190713"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text190714"></div></div></div><!-- slideshow-wrap -->
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2011/01/january-snow-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macro Mums</title>
		<link>http://flyawayunlimited.com/2011/01/macro-mums/</link>
		<comments>http://flyawayunlimited.com/2011/01/macro-mums/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 08:00:11 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Just Stuff]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[mums]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1896</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[

	<style type="text/css">
	div#slideshow-thumbs1896 img {
	height: 40px;
	width: auto;
	}

	#slides1896 a {
	width: 40px;
	height: 40px;
	overflow:hidden;
	display:block;
	}

	div#slideshow-thumbs-bg1896, div#slideshow-thumbs-wrapper1896, div#slideshow-thumbs-wrap1896, div#slideshow-thumbs1896,
	div#slideshow-thumbs-prev1896, div#slideshow-thumbs-next1896, div#slideshow-thumbs-prev1896 a, div#slideshow-thumbs-next1896 a {
	height:74px;
	}

	div#ppp-slideshow1896 {height:576px;}
	div#slideshow-nav1896 a, div#slideshow-nav1896 a span, span#slideshow-pause-play1896 {height:502px;}
	
	div#slideshow-nav1896 a.slideshow-prev, div#slideshow-nav1896 a.slideshow-next {width:398px;}
	span#slideshow-pause-play1896, div#slideshow-nav1896 a.pause, div#slideshow-nav1896 a.play {width:68px;}

	div#ppp-slideshow1896, div#slideshow-wrap1896, div#slideshow-thumbs-bg1896, div#slideshow-next1896 {width:864px;}
	div#slideshow-navigator1896 {width:808px;}

	.contenttext div#ppp-slideshow1896 img {
	  margin: 0 auto;
	  max-height: 576px;
	  width: auto;
	}
	.contenttext div#ppp-slideshow1896 img, div#ppp-slideshow1896 .wp-caption {
	  max-width:864px;
	}
	.contenttext div#ppp-slideshow1896 .slideshow-attachment-inner {
	  margin: 0 auto;
	  height: 576px;
	  width: 864px;
	}
	
	
	</style>

	<noscript>
	<style type="text/css">
	div#ppp-slideshow1896, .contenttext div#ppp-slideshow1896 .slideshow-attachment-inner {height:auto;}
	.contenttext div#ppp-slideshow1896 img {max-height: none;}
	</style>
	</noscript>


<script type="text/javascript"> 
<!--
	jQuery(document).ready(function($) {
	$(window).load(function() {

		// Fade in/out the text, nav, and thumbs
		var fade_thumb = "true";
		var fade_nav = "true";
		var fade_txt = "";
		var thumbBgOpacity = '0.5';
		var navOpacity = '0.8';

		function showThumbs() {
			$('div#slideshow-thumbs-bg1896').stop().fadeTo(400, thumbBgOpacity);
			$('div#slideshow-thumbs-wrapper1896').stop().fadeTo(400, 1);
		}
		function hideThumbs() {
		  if (fade_thumb == "true") {
			$('div#slideshow-thumbs-bg1896').stop().fadeTo(400, 0);
			$('div#slideshow-thumbs-wrapper1896').stop().fadeTo(400, 0);
		  }
		}

		function showNav() {
			$('div#slideshow-nav1896').stop().fadeTo(400, navOpacity);
		}
		function hideNav() {
		  if (fade_nav == "true") {
			$('div#slideshow-nav1896').stop().fadeTo(400, 0);
		  }
		}

		function showText() {
			$('div#ppp-slideshow-text1896').stop().fadeTo(400, '0.5');
		}
		function hideText() {
		  if (fade_txt == "true") {
			$('div#ppp-slideshow-text1896').stop().fadeTo(400, 0);
		  }
		}

		$('div.slideshow-thumbs-bg').css('opacity', thumbBgOpacity);
		$('div.ppp-slideshow-text').css('opacity', '0.5');

		$('div.ppp-slideshow-text').fadeIn();
	
		showThumbs();
		
		showNav();
		$('div.ppp-slideshow').fadeIn();
		$('div.slideshow-thumbs').fadeIn();

		// Get the image index from the url hash
		$(function() {
			var index = pppGetStartingSlide();
			// Move the thumbs starting page if not on the first page.
			if ((index >= 12) && (5 > 12)) {
				pppThumbsSetPage(index);
			}
		
		// Start the cycle on the slideshow div on this postid
		$('#ppp-slideshow1896').cycle({
				fx: 'fade',
				speed: 1000,
				timeout: 2000,
				next: '.slideshow-nav1896 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav1896 a.slideshow-prev',
				before:    onBefore,
				after:     onAfter,
				pager:  '#slides1896',
				manualTrump: false,
				sync:1,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides1896  li:eq(' + (idx) + ') a'; }
		});


		// Hover effects
		$('div#ppp-slideshow1896,div#slideshow-nav1896,div#slideshow-thumbs-wrapper1896').hover(function() {
			showText();
			showNav();
			showThumbs();
		}, function() {
			hideText();
			hideNav();
			hideThumbs();
		});


		// Enable Pause/Play
		$('div#slideshow-nav1896 a.pause').click(function() { 
			$('#ppp-slideshow1896').cycle('pause');
			$('div#slideshow-nav1896 a.pause').hide().stop();
			$('div#slideshow-nav1896 a.play').show().stop();
		});
		$('div#slideshow-nav1896 a.play').click(function() { 
			$('#ppp-slideshow1896').cycle('resume');
			$('div#slideshow-nav1896 a.play').hide().stop();
			$('div#slideshow-nav1896 a.pause').show().stop();
		});


		// Whip up a carousel for the thumbnail navigation
		function pppThumbsFirst() {
			if ($('#slideshow-thumbs1896').css('margin-left') != '0px') {
				$('#slideshow-thumbs1896').stop().animate({'margin-left':'0px'}, {duration:1000});
			}
		}
		function pppThumbsPrev() {
			if ($('#slideshow-thumbs1896').css('margin-left') != '0px') {

				// Figure out the reverse margin
				var offset = (816 + parseInt($('#slideshow-thumbs1896').css('margin-left')));
				offset += 'px';

				$('#slideshow-thumbs1896').stop().animate({'margin-left':offset}, {duration:1000});  
			} else {
				pppThumbsLast(4);
			}
		}
		function pppThumbsNext() {
			var mgnLeft = parseInt($('#slideshow-thumbs1896').css('margin-left'));
			var page = (((mgnLeft * -1) / 816) + 1);
			if (page == 1) {
				pppThumbsFirst();
			} else {
				mgnLeft -= 816;
				$('#slideshow-thumbs1896').stop().animate({'margin-left':mgnLeft}, {duration:1000});
			}
		}
		function pppThumbsLast(lastSlide) {
			var page = parseInt(lastSlide / 12);
			var offset = ((page * 816) * -1);
			$('#slideshow-thumbs1896').stop().animate({'margin-left':offset}, {duration:1000});
		}
		function pppThumbsGetPage(lastSlide) {
			var page = parseInt(lastSlide / 12);
			var offset = ((page * 816) * -1);
			return offset;
		}
		function pppThumbsSetPage(lastSlide) {
			var offset = pppThumbsGetPage(lastSlide);
			$('#slideshow-thumbs1896').css('margin-left', offset);
		}
		$('#slideshow-thumbs-prev1896 a').click(function() { 
			pppThumbsPrev();
		});
		$('#slideshow-thumbs-next1896 a').click(function() { 
			pppThumbsNext();
		});


		// Cycle plugin function callbacks
		// ===============================
		// jQuery cycle before callback

		var slideCounter = 0;

		function onBefore(curr,next,opts) {

			/* If this is the initialization run, slideCounter will be null. Update the text and skedaddle. */
			if (slideCounter == null) {
				// Update the slideshow text with the text we tucked away
				$('div#ppp-slideshow-text1896 div').html($('div#ppp-slideshow-text1896'+opts.currSlide).html()).hide().fadeIn(1000);
				return;
			}

			/* Update the slideshow text with the text we tucked away. */
			$('div#ppp-slideshow-text1896 div').html($('div#ppp-slideshow-text1896'+opts.nextSlide).html()).hide().fadeIn(1000);

			/* Update the thumbs for the next slide, if necessary. */

			// WRAP: nextSlide is 0 only when wrapping from the last thumbnail
			// REVERSE WRAP: When nextSlide is equal to the slideCount, and the currSlide = 0, page to the last page.
			// NEXT PAGE: When nextSlide is a multiple of $thumbs_num, and the nextSlide > currSlide, page forward.
			// PREV PAGE: When currSlide is a multiple of $thumbs_num, and the nextSlide < currSlide, page backward.
			if ((opts.currSlide == 0) || 
				(parseInt(opts.nextSlide) % 12 == 0) ||
				(parseInt(opts.currSlide) % 12 == 0)) {
				pppThumbsLast(opts.nextSlide);
			}
		}

		// jQuery cycle onafter callback
		function onAfter(curr,next,opts) {
		var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
		$('#slideshow-info1896').html(caption);
	} }); }); });
-->
	</script>
	<div id="slideshow-wrap1896" class="slideshow-wrap"><div id="ppp-slideshow1896" class="ppp-slideshow"><div class="slideshow-attachment-post1896 slideshow-attachment-post slideshow-attachment1897 slideshow-attachment first"><div class="slideshow-attachment-inner1896 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/macro-mums/web_9033/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web_9033.jpg" class="attachment-full" alt="web_9033" title="web_9033" /></a></div></div><div class="slideshow-attachment-post1896 slideshow-attachment-post slideshow-attachment1898 slideshow-attachment "><div class="slideshow-attachment-inner1896 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/macro-mums/web_9006/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web_9006.jpg" class="attachment-full" alt="web_9006" title="web_9006" /></a></div></div><div class="slideshow-attachment-post1896 slideshow-attachment-post slideshow-attachment1899 slideshow-attachment "><div class="slideshow-attachment-inner1896 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/macro-mums/web_9009-copy/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web_9009-copy.jpg" class="attachment-full" alt="web_9009-copy" title="web_9009-copy" /></a></div></div><div class="slideshow-attachment-post1896 slideshow-attachment-post slideshow-attachment1900 slideshow-attachment "><div class="slideshow-attachment-inner1896 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/macro-mums/web_9014/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web_9014.jpg" class="attachment-full" alt="web_9014" title="web_9014" /></a></div></div><div class="slideshow-attachment-post1896 slideshow-attachment-post slideshow-attachment1901 slideshow-attachment "><div class="slideshow-attachment-inner1896 slideshow-attachment-inner "><a href="http://flyawayunlimited.com/2011/01/macro-mums/web_9020/" class="slideshow-image"><img width="864" height="576" src="http://flyawayunlimited.com/wp-content/uploads/2011/01/web_9020.jpg" class="attachment-full" alt="web_9020" title="web_9020" /></a></div></div></div><!--//end ppp-slideshow div-->
	<style type="text/css">
	div#ppp-slideshow-text1896, div#slideshow-thumbs-bg1896, div#slideshow-thumbs-wrapper1896 {z-index:1903;}
	div#slideshow-nav1896 {z-index:1904;}
	</style>
	<div class="ppp-slideshow-text" id="ppp-slideshow-text1896"><div></div></div><div class="ppp-slideshow-textoven" id="ppp-slideshow-textoven1896"><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18960"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18961"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18962"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18963"></div><div class="ppp-slideshow-text-hidden" id="ppp-slideshow-text18964"></div></div></div><!-- slideshow-wrap -->
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2011/01/macro-mums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Color</title>
		<link>http://flyawayunlimited.com/2010/06/color/</link>
		<comments>http://flyawayunlimited.com/2010/06/color/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 14:00:13 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Lily]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1840</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://flyawayunlimited.com/2010/06/color/471web_9537/' title='471web_9537'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/471web_9537-150x150.jpg" class="attachment-thumbnail" alt="471web_9537" title="471web_9537" /></a>
<a href='http://flyawayunlimited.com/2010/06/color/424web_9453/' title='424web_9453'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/424web_9453-150x150.jpg" class="attachment-thumbnail" alt="424web_9453" title="424web_9453" /></a>
<a href='http://flyawayunlimited.com/2010/06/color/469web_9533/' title='469web_9533'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/469web_9533-150x150.jpg" class="attachment-thumbnail" alt="469web_9533" title="469web_9533" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/06/color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spiders</title>
		<link>http://flyawayunlimited.com/2010/06/spiders/</link>
		<comments>http://flyawayunlimited.com/2010/06/spiders/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 14:00:12 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Animals]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Yellow Garden Spider]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1825</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://flyawayunlimited.com/2010/06/spiders/456web_9504/' title='456web_9504'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/456web_9504-150x150.jpg" class="attachment-thumbnail" alt="456web_9504" title="456web_9504" /></a>
<a href='http://flyawayunlimited.com/2010/06/spiders/458web_9506/' title='458web_9506'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/458web_9506-150x150.jpg" class="attachment-thumbnail" alt="458web_9506" title="458web_9506" /></a>
<a href='http://flyawayunlimited.com/2010/06/spiders/459web_9507/' title='459web_9507'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/459web_9507-150x150.jpg" class="attachment-thumbnail" alt="459web_9507" title="459web_9507" /></a>
<a href='http://flyawayunlimited.com/2010/06/spiders/464web_9521/' title='464web_9521'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/464web_9521-150x150.jpg" class="attachment-thumbnail" alt="464web_9521" title="464web_9521" /></a>
<a href='http://flyawayunlimited.com/2010/06/spiders/449web_9494/' title='449web_9494'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/449web_9494-150x150.jpg" class="attachment-thumbnail" alt="449web_9494" title="449web_9494" /></a>
<a href='http://flyawayunlimited.com/2010/06/spiders/454web_9501/' title='454web_9501'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/454web_9501-150x150.jpg" class="attachment-thumbnail" alt="454web_9501" title="454web_9501" /></a>
<a href='http://flyawayunlimited.com/2010/06/spiders/455web_9502/' title='455web_9502'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/455web_9502-150x150.jpg" class="attachment-thumbnail" alt="455web_9502" title="455web_9502" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/06/spiders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bugs</title>
		<link>http://flyawayunlimited.com/2010/06/bugs-2/</link>
		<comments>http://flyawayunlimited.com/2010/06/bugs-2/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 15:41:11 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[Dragonfly]]></category>
		<category><![CDATA[Tussock Moth Caterpillar]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1812</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://flyawayunlimited.com/2010/06/bugs-2/480web_9558/' title='480web_9558'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/480web_9558-150x150.jpg" class="attachment-thumbnail" alt="480web_9558" title="480web_9558" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/482web_9562/' title='482web_9562'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/482web_9562-150x150.jpg" class="attachment-thumbnail" alt="482web_9562" title="482web_9562" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/406web_9404/' title='406web_9404'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/406web_9404-150x150.jpg" class="attachment-thumbnail" alt="406web_9404" title="406web_9404" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/409web_9414/' title='409web_9414'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/409web_9414-150x150.jpg" class="attachment-thumbnail" alt="409web_9414" title="409web_9414" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/415web_9423/' title='415web_9423'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/415web_9423-150x150.jpg" class="attachment-thumbnail" alt="415web_9423" title="415web_9423" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/435web_9470/' title='435web_9470'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/435web_9470-150x150.jpg" class="attachment-thumbnail" alt="435web_9470" title="435web_9470" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/441web_9477/' title='441web_9477'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/441web_9477-150x150.jpg" class="attachment-thumbnail" alt="441web_9477" title="441web_9477" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/446web_9482/' title='446web_9482'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/446web_9482-150x150.jpg" class="attachment-thumbnail" alt="446web_9482" title="446web_9482" /></a>
<a href='http://flyawayunlimited.com/2010/06/bugs-2/447web_9483/' title='447web_9483'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/447web_9483-150x150.jpg" class="attachment-thumbnail" alt="447web_9483" title="447web_9483" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/06/bugs-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A few more I found.</title>
		<link>http://flyawayunlimited.com/2010/06/a-few-more-i-found/</link>
		<comments>http://flyawayunlimited.com/2010/06/a-few-more-i-found/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 06:16:33 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Just Stuff]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[100 f2.8]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[canon]]></category>
		<category><![CDATA[flower]]></category>
		<category><![CDATA[hydrangea]]></category>
		<category><![CDATA[lantana]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1787</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9338/' title='web_9338'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9338-150x150.jpg" class="attachment-thumbnail" alt="web_9338" title="web_9338" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9284/' title='web_9284'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9284-150x150.jpg" class="attachment-thumbnail" alt="web_9284" title="web_9284" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9285/' title='web_9285'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9285-150x150.jpg" class="attachment-thumbnail" alt="web_9285" title="web_9285" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9290/' title='web_9290'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9290-150x150.jpg" class="attachment-thumbnail" alt="web_9290" title="web_9290" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9298-copy/' title='web_9298-copy'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9298-copy-150x150.jpg" class="attachment-thumbnail" alt="web_9298-copy" title="web_9298-copy" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9305/' title='web_9305'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9305-150x150.jpg" class="attachment-thumbnail" alt="web_9305" title="web_9305" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9311/' title='web_9311'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9311-150x150.jpg" class="attachment-thumbnail" alt="web_9311" title="web_9311" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9313/' title='web_9313'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9313-150x150.jpg" class="attachment-thumbnail" alt="web_9313" title="web_9313" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9322/' title='web_9322'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9322-150x150.jpg" class="attachment-thumbnail" alt="web_9322" title="web_9322" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9323/' title='web_9323'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9323-150x150.jpg" class="attachment-thumbnail" alt="web_9323" title="web_9323" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9330-copy-3/' title='web_9330-copy-3'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9330-copy-3-150x150.jpg" class="attachment-thumbnail" alt="web_9330-copy-3" title="web_9330-copy-3" /></a>
<a href='http://flyawayunlimited.com/2010/06/a-few-more-i-found/web_9334/' title='web_9334'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/06/web_9334-150x150.jpg" class="attachment-thumbnail" alt="web_9334" title="web_9334" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/06/a-few-more-i-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pretty Colors</title>
		<link>http://flyawayunlimited.com/2010/05/pretty-colors/</link>
		<comments>http://flyawayunlimited.com/2010/05/pretty-colors/#comments</comments>
		<pubDate>Mon, 31 May 2010 01:35:59 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Macro]]></category>
		<category><![CDATA[bokeh]]></category>
		<category><![CDATA[colors]]></category>
		<category><![CDATA[flower]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1782</guid>
		<description><![CDATA[First one happened by accident of course. I love the way the colors melt into each other.]]></description>
			<content:encoded><![CDATA[<p>First one happened by accident of course. I love the way the colors melt into each other. </p>

<a href='http://flyawayunlimited.com/2010/05/pretty-colors/web334img_9099/' title='web334IMG_9099'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/05/web334IMG_9099-150x150.jpg" class="attachment-thumbnail" alt="web334IMG_9099" title="web334IMG_9099" /></a>
<a href='http://flyawayunlimited.com/2010/05/pretty-colors/web324img_9086/' title='web324IMG_9086'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/05/web324IMG_9086-150x150.jpg" class="attachment-thumbnail" alt="web324IMG_9086" title="web324IMG_9086" /></a>
<a href='http://flyawayunlimited.com/2010/05/pretty-colors/web333img_9098/' title='web333IMG_9098'><img width="150" height="150" src="http://flyawayunlimited.com/wp-content/uploads/2010/05/web333IMG_9098-150x150.jpg" class="attachment-thumbnail" alt="web333IMG_9098" title="web333IMG_9098" /></a>

]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2010/05/pretty-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It rained again today.</title>
		<link>http://flyawayunlimited.com/2009/10/it-rained-again-today/</link>
		<comments>http://flyawayunlimited.com/2009/10/it-rained-again-today/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 02:27:12 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Flowers]]></category>
		<category><![CDATA[Nature]]></category>
		<category><![CDATA[plants]]></category>
		<category><![CDATA[Rain]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1483</guid>
		<description><![CDATA[I had to get my camera out and work on some things. It&#8217;s been awhile and I&#8217;m rusty. I am going to force myself to take at least one photo a day from now on. It&#8217;s time to get creative!]]></description>
			<content:encoded><![CDATA[<p>I had to get my camera out and work on some things. It&#8217;s been awhile and I&#8217;m rusty. I am going to force myself to take at least one photo a day from now on. It&#8217;s time to get creative!</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/10/web1199img_5478.jpg" alt="web1199img_5478" title="web1199img_5478" width="864" height="576" class="alignnone size-full wp-image-1490" /></p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/10/web1200img_5480.jpg" alt="web1200img_5480" title="web1200img_5480" width="864" height="576" class="alignnone size-full wp-image-1491" /></p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/10/web1201img_5482.jpg" alt="web1201img_5482" title="web1201img_5482" width="864" height="576" class="alignnone size-full wp-image-1492" /></p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/10/web1202img_5483.jpg" alt="web1202img_5483" title="web1202img_5483" width="864" height="576" class="alignnone size-full wp-image-1493" /></p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/10/web1203img_5488.jpg" alt="web1203img_5488" title="web1203img_5488" width="576" height="864" class="alignnone size-full wp-image-1494" /></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2009/10/it-rained-again-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>my little friend</title>
		<link>http://flyawayunlimited.com/2009/09/my-little-friend/</link>
		<comments>http://flyawayunlimited.com/2009/09/my-little-friend/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 14:08:44 +0000</pubDate>
		<dc:creator>Misty</dc:creator>
				<category><![CDATA[Animals]]></category>
		<category><![CDATA[Snapshots]]></category>
		<category><![CDATA[Baby Squirrel]]></category>

		<guid isPermaLink="false">http://flyawayunlimited.com/?p=1460</guid>
		<description><![CDATA[I found him in the rain a week ago, and tried letting him go, and it didn&#8217;t work out, so I guess I&#8217;ll have him for another month or two. Squirrells are hard work. Lots of feeding. Lots of care. This is what happens when you have a belly full of milk. Sure, he&#8217;s cute [...]]]></description>
			<content:encoded><![CDATA[<p>I found him in the rain a week ago, and tried letting him go, and it didn&#8217;t work out, so I guess I&#8217;ll have him for another month or two. Squirrells are hard work. Lots of feeding. Lots of care.</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web1186img_0638.jpg" alt="web1186img_0638" title="web1186img_0638" width="864" height="576" class="alignnone size-full wp-image-1462" /></p>
<p>This is what happens when you have a belly full of milk.</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web1187img_0639.jpg" alt="web1187img_0639" title="web1187img_0639" width="576" height="864" class="alignnone size-full wp-image-1463" /></p>
<p>Sure, he&#8217;s cute and all, but looks can be deceiving right? KILLER plain and simple. That&#8217;s what Aidan should have named him.</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web1195img_5400.jpg" alt="web1195img_5400" title="web1195img_5400" width="576" height="864" class="alignnone size-full wp-image-1461" /></p>
<p>His most recent victim. Couldn&#8217;t save him, though we tried. Cats are insane.</p>
<p><img src="http://flyawayunlimited.com/wp-content/uploads/2009/09/web1194img_5396-copy.jpg" alt="web1194img_5396 copy" title="web1194img_5396 copy" width="864" height="576" class="alignnone size-full wp-image-1464" /></p>
]]></content:encoded>
			<wfw:commentRss>http://flyawayunlimited.com/2009/09/my-little-friend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

