<?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>Gianluca Folì Selected Illustrations</title>
	<atom:link href="http://www.gianlucafoli.com/catalogo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gianlucafoli.com/catalogo</link>
	<description>Gianluca Folì Selected Illustrations</description>
	<lastBuildDate>Sat, 19 Feb 2011 19:43:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Pomos</title>
		<link>http://www.gianlucafoli.com/catalogo/2011/pomos/</link>
		<comments>http://www.gianlucafoli.com/catalogo/2011/pomos/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 19:43:11 +0000</pubDate>
		<dc:creator>Gianluca</dc:creator>
				<category><![CDATA[Editorial]]></category>

		<guid isPermaLink="false">http://www.gianlucafoli.com/catalogo/?p=550</guid>
		<description><![CDATA[Client: Pomo/Studio Art Director: Marco Cedron/Alessandro Cavallini Two full page for the first number of the magazine &#8220;Studio&#8221;]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {

		$('div.portfolio-slideshow').fadeIn();
		$('div.slideshow-nav').fadeIn();
		$('div.slideshow-thumbs').fadeIn();
		
		$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow550').cycle({
				fx: 'fade',
				speed: 200,
				timeout: 0,
				next: '.slideshow-nav550 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav550 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides550',
				manualTrump: false,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides550  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav550 a.pause').click(function() { 
			$('#portfolio-slideshow550').cycle('pause');
			$('.slideshow-nav550 a.pause').hide();
			$('.slideshow-nav550 a.play').show();
		});
	
		$('.slideshow-nav550 a.play').click(function() { 
			$('#portfolio-slideshow550').cycle('resume');
			$('.slideshow-nav550 a.play').hide();
			$('.slideshow-nav550 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht - 30);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info550').html(caption);
	} }); }); });</script><p><strong>Client:</strong> Pomo/Studio<br />
<strong>Art Director:</strong> Marco Cedron/Alessandro Cavallini<br />
Two full page for the first number of the magazine &#8220;<a href="http://www.thepomo.com/" target="_blank">Studio</a>&#8221;</p>
<div id="portfolio-slideshow550" class="portfolio-slideshow"><div class="slideshow-nav550 first slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="730" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2011/02/pomos.jpg" class="attachment-full" alt="pomos" title="pomos" /></a></div><div class="slideshow-nav550 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="730" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2011/02/pomos01.jpg" class="attachment-full" alt="pomos01" title="pomos01" /></a></div><div class="slideshow-nav550 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="730" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2011/02/pomos02.jpg" class="attachment-full" alt="pomos02" title="pomos02" /></a></div></div><!--//end portfolio-slideshow div-->
]]></content:encoded>
			<wfw:commentRss>http://www.gianlucafoli.com/catalogo/2011/pomos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dieci Donne</title>
		<link>http://www.gianlucafoli.com/catalogo/2010/dieci-donne/</link>
		<comments>http://www.gianlucafoli.com/catalogo/2010/dieci-donne/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 16:00:55 +0000</pubDate>
		<dc:creator>Gianluca</dc:creator>
				<category><![CDATA[Cover]]></category>

		<guid isPermaLink="false">http://www.gianlucafoli.com/catalogo/?p=523</guid>
		<description><![CDATA[Client: Feltrinelli Art Director: Cristiano Guerri Cover for “Dieci Donne” written by Marcela Serrano.]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {

		$('div.portfolio-slideshow').fadeIn();
		$('div.slideshow-nav').fadeIn();
		$('div.slideshow-thumbs').fadeIn();
		
		$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow523').cycle({
				fx: 'fade',
				speed: 200,
				timeout: 0,
				next: '.slideshow-nav523 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav523 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides523',
				manualTrump: false,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides523  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav523 a.pause').click(function() { 
			$('#portfolio-slideshow523').cycle('pause');
			$('.slideshow-nav523 a.pause').hide();
			$('.slideshow-nav523 a.play').show();
		});
	
		$('.slideshow-nav523 a.play').click(function() { 
			$('#portfolio-slideshow523').cycle('resume');
			$('.slideshow-nav523 a.play').hide();
			$('.slideshow-nav523 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht - 30);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info523').html(caption);
	} }); }); });</script><p><strong>Client:</strong> Feltrinelli<br />
<strong>Art Director:</strong> Cristiano Guerri<br />
Cover for “Dieci Donne” written by Marcela Serrano.</p>
<div id="portfolio-slideshow523" class="portfolio-slideshow"><div class="slideshow-nav523 first slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="976" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/12/diecidonne.jpg" class="attachment-full" alt="diecidonne" title="diecidonne" /></a></div><div class="slideshow-nav523 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="870" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/12/diecidonne_cover.jpg" class="attachment-full" alt="diecidonne_cover" title="diecidonne_cover" /></a></div></div><!--//end portfolio-slideshow div-->
]]></content:encoded>
			<wfw:commentRss>http://www.gianlucafoli.com/catalogo/2010/dieci-donne/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Origami Girls</title>
		<link>http://www.gianlucafoli.com/catalogo/2010/origami-girls/</link>
		<comments>http://www.gianlucafoli.com/catalogo/2010/origami-girls/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 14:21:33 +0000</pubDate>
		<dc:creator>Gianluca</dc:creator>
				<category><![CDATA[Illustration]]></category>

		<guid isPermaLink="false">http://www.gianlucafoli.com/catalogo/?p=370</guid>
		<description><![CDATA[Client: Wonderfold Modular decoration for origami paper.]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {

		$('div.portfolio-slideshow').fadeIn();
		$('div.slideshow-nav').fadeIn();
		$('div.slideshow-thumbs').fadeIn();
		
		$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow370').cycle({
				fx: 'fade',
				speed: 200,
				timeout: 0,
				next: '.slideshow-nav370 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav370 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides370',
				manualTrump: false,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides370  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav370 a.pause').click(function() { 
			$('#portfolio-slideshow370').cycle('pause');
			$('.slideshow-nav370 a.pause').hide();
			$('.slideshow-nav370 a.play').show();
		});
	
		$('.slideshow-nav370 a.play').click(function() { 
			$('#portfolio-slideshow370').cycle('resume');
			$('.slideshow-nav370 a.play').hide();
			$('.slideshow-nav370 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht - 30);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info370').html(caption);
	} }); }); });</script><p><strong>Client:</strong> Wonderfold<br />
Modular decoration for origami paper.</p>
<div id="portfolio-slideshow370" class="portfolio-slideshow"><div class="slideshow-nav370 first slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="1000" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/08/og01.jpg" class="attachment-full" alt="og01" title="og01" /></a></div><div class="slideshow-nav370 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="1000" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/08/og02.jpg" class="attachment-full" alt="og02" title="og02" /></a></div><div class="slideshow-nav370 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="1000" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/08/og03.jpg" class="attachment-full" alt="og03" title="og03" /></a></div><div class="slideshow-nav370 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="1000" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/08/og04.jpg" class="attachment-full" alt="og04" title="og04" /></a></div></div><!--//end portfolio-slideshow div-->
]]></content:encoded>
			<wfw:commentRss>http://www.gianlucafoli.com/catalogo/2010/origami-girls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Il Leone Mangia Disegni</title>
		<link>http://www.gianlucafoli.com/catalogo/2010/il-leone-mangiadisegni/</link>
		<comments>http://www.gianlucafoli.com/catalogo/2010/il-leone-mangiadisegni/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 21:26:55 +0000</pubDate>
		<dc:creator>Gianluca</dc:creator>
				<category><![CDATA[Children's Book]]></category>

		<guid isPermaLink="false">http://www.gianlucafoli.com/catalogo/?p=333</guid>
		<description><![CDATA[Il Leone Mangia Disegni (The Drawing-Eating Lion) is my second children’s book written by Beniamino Sidoti and published by ZOOlibri in October 2010. Here you can see special version.]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {

		$('div.portfolio-slideshow').fadeIn();
		$('div.slideshow-nav').fadeIn();
		$('div.slideshow-thumbs').fadeIn();
		
		$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow333').cycle({
				fx: 'fade',
				speed: 200,
				timeout: 0,
				next: '.slideshow-nav333 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav333 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides333',
				manualTrump: false,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides333  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav333 a.pause').click(function() { 
			$('#portfolio-slideshow333').cycle('pause');
			$('.slideshow-nav333 a.pause').hide();
			$('.slideshow-nav333 a.play').show();
		});
	
		$('.slideshow-nav333 a.play').click(function() { 
			$('#portfolio-slideshow333').cycle('resume');
			$('.slideshow-nav333 a.play').hide();
			$('.slideshow-nav333 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht - 30);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info333').html(caption);
	} }); }); });</script><p style="text-align: justify;"><strong>Il Leone Mangia Disegni</strong> (The Drawing-Eating Lion) is my second children’s book written by Beniamino Sidoti and published by ZOOlibri in October 2010.<a href="http://www.flickr.com/photos/gianlucafoli/4632986328/" target="_blank"> Here you can see special version.</a></p>
<div id="portfolio-slideshow333" class="portfolio-slideshow"><div class="slideshow-nav333 first slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="740" height="555" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/08/leone.jpg" class="attachment-full" alt="leone" title="leone" /></a></div><div class="slideshow-nav333 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="528" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/08/leo01.jpg" class="attachment-full" alt="leo01" title="leo01" /></a></div><div class="slideshow-nav333 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="528" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/08/leo02.jpg" class="attachment-full" alt="leo02" title="leo02" /></a></div><div class="slideshow-nav333 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="528" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/08/leo03.jpg" class="attachment-full" alt="leo03" title="leo03" /></a></div><div class="slideshow-nav333 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="528" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/08/leo04.jpg" class="attachment-full" alt="leo04" title="leo04" /></a></div><div class="slideshow-nav333 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="463" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/08/leo05.jpg" class="attachment-full" alt="leo05" title="leo05" /></a></div><div class="slideshow-nav333 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="455" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/08/leo06.jpg" class="attachment-full" alt="leo06" title="leo06" /></a></div></div><!--//end portfolio-slideshow div-->
]]></content:encoded>
			<wfw:commentRss>http://www.gianlucafoli.com/catalogo/2010/il-leone-mangiadisegni/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Lobster Quadrille</title>
		<link>http://www.gianlucafoli.com/catalogo/2010/the-lobster-quadrille-2/</link>
		<comments>http://www.gianlucafoli.com/catalogo/2010/the-lobster-quadrille-2/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 16:48:14 +0000</pubDate>
		<dc:creator>Gianluca</dc:creator>
				<category><![CDATA[Exhibition]]></category>

		<guid isPermaLink="false">http://www.gianlucafoli.com/catalogo/?p=292</guid>
		<description><![CDATA[The Mock Turtle sighed deeply, and drew the back of one flapper across his eyes. He looked at Alice and tried to speak, but, for a minute or two, sobs choked his voice. “Same as if he had a bone in his throat,” said the Gryphon; and it set to work shaking him and punching [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {

		$('div.portfolio-slideshow').fadeIn();
		$('div.slideshow-nav').fadeIn();
		$('div.slideshow-thumbs').fadeIn();
		
		$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow292').cycle({
				fx: 'fade',
				speed: 200,
				timeout: 0,
				next: '.slideshow-nav292 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav292 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides292',
				manualTrump: false,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides292  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav292 a.pause').click(function() { 
			$('#portfolio-slideshow292').cycle('pause');
			$('.slideshow-nav292 a.pause').hide();
			$('.slideshow-nav292 a.play').show();
		});
	
		$('.slideshow-nav292 a.play').click(function() { 
			$('#portfolio-slideshow292').cycle('resume');
			$('.slideshow-nav292 a.play').hide();
			$('.slideshow-nav292 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht - 30);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info292').html(caption);
	} }); }); });</script><p style="text-align: justify;">The Mock Turtle sighed deeply, and drew the back of one flapper across his eyes. He looked at Alice and tried to speak, but, for a minute or two, sobs choked his voice. “Same as if he had a bone in his throat,” said the Gryphon; and it set to work shaking him and punching him in the back. At last the Mock Turtle recovered his voice, and, with tears running down his cheeks, he went on again:“You may not have lived much under the sea—” (“I haven’t,” said Alice)—”and perhaps you were never even introduced to a lobster—” (Alice began to say, “I once tasted—” but checked herself hastily, and said, “No, never”) “—so you can have no idea what a delightful thing a Lobster-Quadrille is!” … (<em>from Alice in Wonderland – Cap X: The Lobster Quadrille</em>)</p>
<p style="text-align: justify;"><div id="portfolio-slideshow292" class="portfolio-slideshow"><div class="slideshow-nav292 first slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="700" height="933" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/03/lb01.jpg" class="attachment-full" alt="lb01" title="lb01" /></a></div><div class="slideshow-nav292 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="700" height="933" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/03/lb02.jpg" class="attachment-full" alt="lb02" title="lb02" /></a></div></div><!--//end portfolio-slideshow div--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gianlucafoli.com/catalogo/2010/the-lobster-quadrille-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fairy Tales Project</title>
		<link>http://www.gianlucafoli.com/catalogo/2010/fairy-tales-project/</link>
		<comments>http://www.gianlucafoli.com/catalogo/2010/fairy-tales-project/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 17:05:47 +0000</pubDate>
		<dc:creator>Gianluca</dc:creator>
				<category><![CDATA[Illustration]]></category>

		<guid isPermaLink="false">http://www.gianlucafoli.com/catalogo/?p=303</guid>
		<description><![CDATA[&#8220;They made their way to the mountain’s top. Their path was, oh, not easy, and soon they found themselves wandering into the deep forest, amid a tangle of ancient trees branches. The two explorers turned around and around for hours without finding the right way. Exhausted, the bearded man and his mate, sat down on [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">&#8220;They made their way to the mountain’s top. Their path was, oh, not easy, and soon they found themselves wandering into the deep forest, amid a tangle of ancient trees branches. The two explorers turned around and around for hours without finding the right way.<br />
Exhausted, the bearded man and his mate, sat down on a huge rock, right in the heart of the dark forest. By the time they were hopeless they wondered if they would ever had  the chanche to find a way out. In that precise moment the Amulet’s eye started to shine brightly arising among their stunned heads. That dazzling light made all the trees bowing as they were subjects in the presence of their King. In front of the two men a glimmer was opened, through which they could easily see the mountain’s top.<br />
Hope wasn’t lost. Their journey was about to begin.&#8221; See more <a href="http://fairy-tale.tumblr.com/" target="_blank">Fairy Tales  Project</a></p>
<p style="text-align: center;"><img class="size-full wp-image-458  aligncenter" title="fairy" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/02/fairy.jpg" alt="" width="603" height="850" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gianlucafoli.com/catalogo/2010/fairy-tales-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sicilia, o Cara</title>
		<link>http://www.gianlucafoli.com/catalogo/2010/sicilia-o-cara/</link>
		<comments>http://www.gianlucafoli.com/catalogo/2010/sicilia-o-cara/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 20:13:29 +0000</pubDate>
		<dc:creator>Gianluca</dc:creator>
				<category><![CDATA[Cover]]></category>

		<guid isPermaLink="false">http://www.gianlucafoli.com/catalogo/?p=47</guid>
		<description><![CDATA[Client: Feltrinelli Art Director: Cristiano Guerri Cover for &#8220;Sicilia, o Cara&#8221; written by Giuseppe Culicchia.]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {

		$('div.portfolio-slideshow').fadeIn();
		$('div.slideshow-nav').fadeIn();
		$('div.slideshow-thumbs').fadeIn();
		
		$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow47').cycle({
				fx: 'fade',
				speed: 200,
				timeout: 0,
				next: '.slideshow-nav47 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav47 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides47',
				manualTrump: false,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides47  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav47 a.pause').click(function() { 
			$('#portfolio-slideshow47').cycle('pause');
			$('.slideshow-nav47 a.pause').hide();
			$('.slideshow-nav47 a.play').show();
		});
	
		$('.slideshow-nav47 a.play').click(function() { 
			$('#portfolio-slideshow47').cycle('resume');
			$('.slideshow-nav47 a.play').hide();
			$('.slideshow-nav47 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht - 30);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info47').html(caption);
	} }); }); });</script><p><strong>Client:</strong> Feltrinelli<br />
<strong>Art Director:</strong> Cristiano Guerri<br />
Cover for &#8220;Sicilia, o Cara&#8221; written by Giuseppe Culicchia.</p>
<div id="portfolio-slideshow47" class="portfolio-slideshow"><div class="slideshow-nav47 first slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="720" height="462" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/02/soc01.jpg" class="attachment-full" alt="soc01" title="soc01" /></a></div><div class="slideshow-nav47 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="610" height="739" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/02/soc02.jpg" class="attachment-full" alt="soc02" title="soc02" /></a></div><div class="slideshow-nav47 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="610" height="739" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/02/soc03.jpg" class="attachment-full" alt="soc03" title="soc03" /></a></div></div><!--//end portfolio-slideshow div-->
]]></content:encoded>
			<wfw:commentRss>http://www.gianlucafoli.com/catalogo/2010/sicilia-o-cara/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alfa Zen</title>
		<link>http://www.gianlucafoli.com/catalogo/2010/alfa-zen/</link>
		<comments>http://www.gianlucafoli.com/catalogo/2010/alfa-zen/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 19:49:44 +0000</pubDate>
		<dc:creator>Gianluca</dc:creator>
				<category><![CDATA[Exhibition]]></category>

		<guid isPermaLink="false">http://www.gianlucafoli.com/catalogo/?p=41</guid>
		<description><![CDATA[Alfa Romeo&#8217;s 100th anniversary celebration. Print avaiable on ALFA ROMEO ART GALLERY]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {

		$('div.portfolio-slideshow').fadeIn();
		$('div.slideshow-nav').fadeIn();
		$('div.slideshow-thumbs').fadeIn();
		
		$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow41').cycle({
				fx: 'fade',
				speed: 200,
				timeout: 0,
				next: '.slideshow-nav41 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav41 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides41',
				manualTrump: false,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides41  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav41 a.pause').click(function() { 
			$('#portfolio-slideshow41').cycle('pause');
			$('.slideshow-nav41 a.pause').hide();
			$('.slideshow-nav41 a.play').show();
		});
	
		$('.slideshow-nav41 a.play').click(function() { 
			$('#portfolio-slideshow41').cycle('resume');
			$('.slideshow-nav41 a.play').hide();
			$('.slideshow-nav41 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht - 30);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info41').html(caption);
	} }); }); });</script><p>Alfa Romeo&#8217;s 100th anniversary celebration.<br />
Print avaiable on <a href="http://www.alfaromeoart.com/art/338748/Alfa_Zen_-_Limited_to_100" target="_blank">ALFA ROMEO ART GALLERY</a></p>
<div id="portfolio-slideshow41" class="portfolio-slideshow"><div class="slideshow-nav41 first slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="710" height="352" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/02/az01.jpg" class="attachment-full" alt="az01" title="az01" /></a></div><div class="slideshow-nav41 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="710" height="440" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/02/az02.jpg" class="attachment-full" alt="az02" title="az02" /></a></div><div class="slideshow-nav41 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="710" height="440" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2010/02/az03.jpg" class="attachment-full" alt="az03" title="az03" /></a></div></div><!--//end portfolio-slideshow div-->
]]></content:encoded>
			<wfw:commentRss>http://www.gianlucafoli.com/catalogo/2010/alfa-zen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arrive Magazine</title>
		<link>http://www.gianlucafoli.com/catalogo/2009/arrive-magazine/</link>
		<comments>http://www.gianlucafoli.com/catalogo/2009/arrive-magazine/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 19:44:59 +0000</pubDate>
		<dc:creator>Gianluca</dc:creator>
				<category><![CDATA[Editorial]]></category>

		<guid isPermaLink="false">http://www.gianlucafoli.com/catalogo/?p=68</guid>
		<description><![CDATA[Client: Arrive Magazine Agency: Anna Goodson Manag. Art Director: Ralph Groom Here you can see the results.]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {

		$('div.portfolio-slideshow').fadeIn();
		$('div.slideshow-nav').fadeIn();
		$('div.slideshow-thumbs').fadeIn();
		
		$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow68').cycle({
				fx: 'fade',
				speed: 200,
				timeout: 0,
				next: '.slideshow-nav68 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav68 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides68',
				manualTrump: false,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides68  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav68 a.pause').click(function() { 
			$('#portfolio-slideshow68').cycle('pause');
			$('.slideshow-nav68 a.pause').hide();
			$('.slideshow-nav68 a.play').show();
		});
	
		$('.slideshow-nav68 a.play').click(function() { 
			$('#portfolio-slideshow68').cycle('resume');
			$('.slideshow-nav68 a.play').hide();
			$('.slideshow-nav68 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht - 30);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info68').html(caption);
	} }); }); });</script><p><strong>Client:</strong> Arrive Magazine<br />
<strong>Agency:</strong> Anna Goodson Manag.<br />
<strong>Art Director:</strong> Ralph Groom<br />
<a href="http://www.flickr.com/photos/gianlucafoli/4180199266/" target="_blank">Here you can see the results.</a></p>
<div id="portfolio-slideshow68" class="portfolio-slideshow"><div class="slideshow-nav68 first slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="568" height="750" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2009/12/ar01.jpg" class="attachment-full" alt="ar01" title="ar01" /></a></div><div class="slideshow-nav68 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="720" height="489" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2009/12/ar02.jpg" class="attachment-full" alt="ar02" title="ar02" /></a></div></div><!--//end portfolio-slideshow div-->
]]></content:encoded>
			<wfw:commentRss>http://www.gianlucafoli.com/catalogo/2009/arrive-magazine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Magic Box</title>
		<link>http://www.gianlucafoli.com/catalogo/2008/the-magic-box/</link>
		<comments>http://www.gianlucafoli.com/catalogo/2008/the-magic-box/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 13:39:42 +0000</pubDate>
		<dc:creator>Gianluca</dc:creator>
				<category><![CDATA[Couture]]></category>

		<guid isPermaLink="false">http://www.gianlucafoli.com/catalogo/?p=122</guid>
		<description><![CDATA[The Magic Box is a series of three serigraphy made as a decoration for craftmade bags. You can see and buy these unique pieces in Rome at the Temporary Love Gallery.]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {

		$('div.portfolio-slideshow').fadeIn();
		$('div.slideshow-nav').fadeIn();
		$('div.slideshow-thumbs').fadeIn();
		
		$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow122').cycle({
				fx: 'fade',
				speed: 200,
				timeout: 0,
				next: '.slideshow-nav122 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav122 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides122',
				manualTrump: false,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides122  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav122 a.pause').click(function() { 
			$('#portfolio-slideshow122').cycle('pause');
			$('.slideshow-nav122 a.pause').hide();
			$('.slideshow-nav122 a.play').show();
		});
	
		$('.slideshow-nav122 a.play').click(function() { 
			$('#portfolio-slideshow122').cycle('resume');
			$('.slideshow-nav122 a.play').hide();
			$('.slideshow-nav122 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht - 30);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info122').html(caption);
	} }); }); });</script><p style="text-align: justify;"><strong>The Magic Box</strong> is a series of three serigraphy made as a decoration for craftmade bags. You can see and buy these unique pieces in Rome at the Temporary Love Gallery.<br />
<div id="portfolio-slideshow122" class="portfolio-slideshow"><div class="slideshow-nav122 first slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="348" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2008/11/mb01.jpg" class="attachment-full" alt="mb01" title="mb01" /></a></div><div class="slideshow-nav122 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="348" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2008/11/mb02.jpg" class="attachment-full" alt="mb02" title="mb02" /></a></div><div class="slideshow-nav122 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="730" height="348" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2008/11/mb03.jpg" class="attachment-full" alt="mb03" title="mb03" /></a></div><div class="slideshow-nav122 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="581" height="419" src="http://www.gianlucafoli.com/catalogo/wp-content/uploads/2008/11/mb04.jpg" class="attachment-full" alt="mb04" title="mb04" /></a></div></div><!--//end portfolio-slideshow div--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gianlucafoli.com/catalogo/2008/the-magic-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

