<?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>Residence Reine-Marine</title>
	<atom:link href="http://www.residence-reinemarine.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.residence-reinemarine.com</link>
	<description>Residence with seaview in saint-Malo, Brittany, France</description>
	<lastBuildDate>Wed, 09 May 2012 06:57:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>From June 16th to June 29th 2012</title>
		<link>http://www.residence-reinemarine.com/special-offers/last-minute/rental-7-nights-without-thalasso/from-june-16th-to-june-29th-2012</link>
		<comments>http://www.residence-reinemarine.com/special-offers/last-minute/rental-7-nights-without-thalasso/from-june-16th-to-june-29th-2012#comments</comments>
		<pubDate>Tue, 01 May 2012 12:15:47 +0000</pubDate>
		<dc:creator>jeanbaptiste</dc:creator>
				<category><![CDATA[Rental 7 nights (without Thalasso)]]></category>

		<guid isPermaLink="false">http://www.st-malo.com/reinemarine-en/?p=791</guid>
		<description><![CDATA[4 persons Rental 7 nights from saturday to saturday . Unlimited access : swimming pool and hammam. * Discounted Rates, offers not combinable and not retroactive.]]></description>
			<content:encoded><![CDATA[<p>4 persons<strong></strong></p>
<p><strong>Rental 7 nights from saturday to </strong><strong>saturday </strong><strong>.</strong><br />
Unlimited access : swimming pool and hammam.</p>
<p>* Discounted Rates, offers not combinable and not retroactive.</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Apartment Reine Marine</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-981.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Reine-Marine-981.jpg" title="Apartment Reine Marine"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-981-150x150.jpg" alt="apartment-reine-marine" /></a>
															</li>
							<li>
					<h3>indoor swimming pool</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Piscine1.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Piscine1.jpg" title="indoor swimming pool"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Piscine1-150x150.jpg" alt="indoor-swimming-pool" /></a>
															</li>
							<li>
					<h3>Solarium with Sea View</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/solarium31.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/solarium31.jpg" title="Solarium with Sea View"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/solarium31-150x150.jpg" alt="solarium-with-sea-view" /></a>
															</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
					<div id="thumbnails" class="thumbsbot">
				<div id="slideleft" title="Slide Left"></div>
				<div id="slidearea">
					<div id="slider"></div>
				</div>
				<div id="slideright" title="Slide Right"></div>
				<br style="clear:both; visibility:hidden; height:1px;" />
			</div>
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.residence-reinemarine.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 10;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "slider";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://www.residence-reinemarine.com/special-offers/last-minute/rental-7-nights-without-thalasso/offer-2-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From May 12th to May 18th 2012</title>
		<link>http://www.residence-reinemarine.com/special-offers/last-minute/rental-7-nights-without-thalasso/offer-2-3</link>
		<comments>http://www.residence-reinemarine.com/special-offers/last-minute/rental-7-nights-without-thalasso/offer-2-3#comments</comments>
		<pubDate>Wed, 04 Jan 2012 13:00:32 +0000</pubDate>
		<dc:creator>st-malo</dc:creator>
				<category><![CDATA[Rental 7 nights (without Thalasso)]]></category>

		<guid isPermaLink="false">http://www.st-malo.com/reine-marine/?p=77</guid>
		<description><![CDATA[4 persons Rental 7 nights from saturday to saturday . Unlimited access : swimming pool and hammam. * Discounted Rates, offers not combinable and not retroactive.]]></description>
			<content:encoded><![CDATA[<p>4 persons<strong></strong></p>
<p><strong>Rental 7 nights from saturday to </strong><strong>saturday </strong><strong>.</strong><br />
Unlimited access : swimming pool and hammam.</p>
<p>* Discounted Rates, offers not combinable and not retroactive.</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Apartment Reine Marine</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-981.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Reine-Marine-981.jpg" title="Apartment Reine Marine"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-981-150x150.jpg" alt="apartment-reine-marine" /></a>
															</li>
							<li>
					<h3>indoor swimming pool</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Piscine1.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Piscine1.jpg" title="indoor swimming pool"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Piscine1-150x150.jpg" alt="indoor-swimming-pool" /></a>
															</li>
							<li>
					<h3>Solarium with Sea View</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/solarium31.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/solarium31.jpg" title="Solarium with Sea View"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/solarium31-150x150.jpg" alt="solarium-with-sea-view" /></a>
															</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
					<div id="thumbnails" class="thumbsbot">
				<div id="slideleft" title="Slide Left"></div>
				<div id="slidearea">
					<div id="slider"></div>
				</div>
				<div id="slideright" title="Slide Right"></div>
				<br style="clear:both; visibility:hidden; height:1px;" />
			</div>
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.residence-reinemarine.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 10;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "slider";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://www.residence-reinemarine.com/special-offers/last-minute/rental-7-nights-without-thalasso/offer-2-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Until May 25th 2012</title>
		<link>http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-2-2</link>
		<comments>http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-2-2#comments</comments>
		<pubDate>Wed, 04 Jan 2012 12:38:38 +0000</pubDate>
		<dc:creator>st-malo</dc:creator>
				<category><![CDATA[Rental and Thalasso]]></category>

		<guid isPermaLink="false">http://www.st-malo.com/reine-marine/?p=61</guid>
		<description><![CDATA[Rental 7 nights from saturday to saturday Thalasso 6 days 24 treatments Sea &#38; Fitness or Sea &#38; Health Package Unlimited access : Aquatonic® pool, swimming pool, cardio training, sauna and hammam. * Discounted Rate per person for 2 persons &#8230; <a href="http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-2-2">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Rental 7 nights from saturday to </strong><strong>saturday</strong><br />
<strong>Thalasso 6 days 24 treatments</strong></p>
<p><em>Sea &amp; Fitness or Sea &amp; Health Package</em></p>
<p>Unlimited access : Aquatonic® pool, swimming pool, cardio training, sauna and hammam.</p>
<p>* Discounted Rate per person for 2 persons spa guests occupying the same apartment, offers not combinable and not retroactive.</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>aquatonic-woman</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/aquatonic-femme.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/aquatonic-femme.jpg" title="aquatonic-woman"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/aquatonic-femme-150x150.jpg" alt="aquatonic-woman" /></a>
															</li>
							<li>
					<h3>soin-thalasso-affusion-manuelle</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/soin-thalasso-affusion-manuelle.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/soin-thalasso-affusion-manuelle.jpg" title="soin-thalasso-affusion-manuelle"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/soin-thalasso-affusion-manuelle-150x150.jpg" alt="soin-thalasso-affusion-manuelle" /></a>
															</li>
							<li>
					<h3>aquatonic-couple</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/aquatonic-couple.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/aquatonic-couple.jpg" title="aquatonic-couple"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/aquatonic-couple-150x150.jpg" alt="aquatonic-couple" /></a>
															</li>
							<li>
					<h3>Parcours-aquatonic | St Malo</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/Parcours-aquatonic.png</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/Parcours-aquatonic.png" title="Parcours-aquatonic | St Malo"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/Parcours-aquatonic-150x150.png" alt="parcours-aquatonic-st-malo" /></a>
															</li>
							<li>
					<h3>aquatonic - man</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/aquatonic-homme.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/aquatonic-homme.jpg" title="aquatonic - man"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/aquatonic-homme-150x150.jpg" alt="aquatonic-man" /></a>
															</li>
							<li>
					<h3>cardio-training</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/cardio-training.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/cardio-training.jpg" title="cardio-training"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/cardio-training-150x150.jpg" alt="cardio-training" /></a>
															</li>
							<li>
					<h3>Apartments Rent</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-982.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Reine-Marine-982.jpg" title="Apartments Rent"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-982-150x150.jpg" alt="apartments-rent" /></a>
															</li>
							<li>
					<h3>Sea View Swimming Pool</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Piscine11.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Piscine11.jpg" title="Sea View Swimming Pool"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Piscine11-150x150.jpg" alt="sea-view-swimming-pool" /></a>
															</li>
							<li>
					<h3>hammam</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/hammam.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/hammam.jpg" title="hammam"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/hammam-150x150.jpg" alt="hammam" /></a>
															</li>
							<li>
					<h3>Solarium</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/solarium311.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/solarium311.jpg" title="Solarium"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/solarium311-150x150.jpg" alt="solarium" /></a>
															</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
					<div id="thumbnails" class="thumbsbot">
				<div id="slideleft" title="Slide Left"></div>
				<div id="slidearea">
					<div id="slider"></div>
				</div>
				<div id="slideright" title="Slide Right"></div>
				<br style="clear:both; visibility:hidden; height:1px;" />
			</div>
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.residence-reinemarine.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 10;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "slider";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From May 19th to May 25th 2012</title>
		<link>http://www.residence-reinemarine.com/special-offers/last-minute/rental-7-nights-without-thalasso/offer-1-2</link>
		<comments>http://www.residence-reinemarine.com/special-offers/last-minute/rental-7-nights-without-thalasso/offer-1-2#comments</comments>
		<pubDate>Mon, 14 Nov 2011 13:30:54 +0000</pubDate>
		<dc:creator>st-malo</dc:creator>
				<category><![CDATA[Rental 7 nights (without Thalasso)]]></category>

		<guid isPermaLink="false">http://www.residence-reinemarine.com/?p=513</guid>
		<description><![CDATA[4 persons Rental 7 nights from saturday to saturday . Unlimited access : swimming pool and hammam. * Discounted Rates, offers not combinable and not retroactive.]]></description>
			<content:encoded><![CDATA[<p>4 persons<strong></strong></p>
<p><strong>Rental 7 nights from saturday to </strong><strong>saturday </strong><strong>.</strong><br />
Unlimited access : swimming pool and hammam.</p>
<p>* Discounted Rates, offers not combinable and not retroactive.</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Apartment Reine Marine</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-981.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Reine-Marine-981.jpg" title="Apartment Reine Marine"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-981-150x150.jpg" alt="apartment-reine-marine" /></a>
															</li>
							<li>
					<h3>indoor swimming pool</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Piscine1.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Piscine1.jpg" title="indoor swimming pool"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Piscine1-150x150.jpg" alt="indoor-swimming-pool" /></a>
															</li>
							<li>
					<h3>Solarium with Sea View</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/solarium31.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/solarium31.jpg" title="Solarium with Sea View"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/solarium31-150x150.jpg" alt="solarium-with-sea-view" /></a>
															</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
					<div id="thumbnails" class="thumbsbot">
				<div id="slideleft" title="Slide Left"></div>
				<div id="slidearea">
					<div id="slider"></div>
				</div>
				<div id="slideright" title="Slide Right"></div>
				<br style="clear:both; visibility:hidden; height:1px;" />
			</div>
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.residence-reinemarine.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 10;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "slider";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://www.residence-reinemarine.com/special-offers/last-minute/rental-7-nights-without-thalasso/offer-2-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From May 26th to June 1st 2012</title>
		<link>http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-1</link>
		<comments>http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-1#comments</comments>
		<pubDate>Mon, 14 Nov 2011 13:21:44 +0000</pubDate>
		<dc:creator>st-malo</dc:creator>
				<category><![CDATA[Rental and Thalasso]]></category>

		<guid isPermaLink="false">http://www.residence-reinemarine.com/?p=528</guid>
		<description><![CDATA[Rental 7 nights from saturday to saturday Thalasso 6 days 24 treatments Sea &#38; Fitness or Sea &#38; Health Package Unlimited access : Aquatonic® pool, swimming pool, cardio training, sauna and hammam. * Discounted Rate per person for 2 persons &#8230; <a href="http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-1">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Rental 7 nights from saturday to </strong><strong>saturday</strong><br />
<strong>Thalasso 6 days 24 treatments</strong></p>
<p><em>Sea &amp; Fitness or Sea &amp; Health Package</em></p>
<p>Unlimited access : Aquatonic® pool, swimming pool, cardio training, sauna and hammam.</p>
<p>* Discounted Rate per person for 2 persons spa guests occupying the same apartment, offers not combinable and not retroactive.</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>aquatonic-woman</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/aquatonic-femme.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/aquatonic-femme.jpg" title="aquatonic-woman"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/aquatonic-femme-150x150.jpg" alt="aquatonic-woman" /></a>
															</li>
							<li>
					<h3>soin-thalasso-affusion-manuelle</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/soin-thalasso-affusion-manuelle.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/soin-thalasso-affusion-manuelle.jpg" title="soin-thalasso-affusion-manuelle"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/soin-thalasso-affusion-manuelle-150x150.jpg" alt="soin-thalasso-affusion-manuelle" /></a>
															</li>
							<li>
					<h3>aquatonic-couple</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/aquatonic-couple.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/aquatonic-couple.jpg" title="aquatonic-couple"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/aquatonic-couple-150x150.jpg" alt="aquatonic-couple" /></a>
															</li>
							<li>
					<h3>Parcours-aquatonic | St Malo</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/Parcours-aquatonic.png</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/Parcours-aquatonic.png" title="Parcours-aquatonic | St Malo"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/Parcours-aquatonic-150x150.png" alt="parcours-aquatonic-st-malo" /></a>
															</li>
							<li>
					<h3>aquatonic - man</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/aquatonic-homme.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/aquatonic-homme.jpg" title="aquatonic - man"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/aquatonic-homme-150x150.jpg" alt="aquatonic-man" /></a>
															</li>
							<li>
					<h3>cardio-training</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/cardio-training.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/cardio-training.jpg" title="cardio-training"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/cardio-training-150x150.jpg" alt="cardio-training" /></a>
															</li>
							<li>
					<h3>Apartments Rent</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-982.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Reine-Marine-982.jpg" title="Apartments Rent"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-982-150x150.jpg" alt="apartments-rent" /></a>
															</li>
							<li>
					<h3>Sea View Swimming Pool</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Piscine11.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Piscine11.jpg" title="Sea View Swimming Pool"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Piscine11-150x150.jpg" alt="sea-view-swimming-pool" /></a>
															</li>
							<li>
					<h3>hammam</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/hammam.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/hammam.jpg" title="hammam"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/hammam-150x150.jpg" alt="hammam" /></a>
															</li>
							<li>
					<h3>Solarium</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/solarium311.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/solarium311.jpg" title="Solarium"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/solarium311-150x150.jpg" alt="solarium" /></a>
															</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
					<div id="thumbnails" class="thumbsbot">
				<div id="slideleft" title="Slide Left"></div>
				<div id="slidearea">
					<div id="slider"></div>
				</div>
				<div id="slideright" title="Slide Right"></div>
				<br style="clear:both; visibility:hidden; height:1px;" />
			</div>
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.residence-reinemarine.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 10;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "slider";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From June 2nd to June 15th 2012</title>
		<link>http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-3</link>
		<comments>http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-3#comments</comments>
		<pubDate>Tue, 05 Apr 2011 13:12:10 +0000</pubDate>
		<dc:creator>st-malo</dc:creator>
				<category><![CDATA[Rental and Thalasso]]></category>

		<guid isPermaLink="false">http://www.residence-reinemarine.com/?p=531</guid>
		<description><![CDATA[Rental 7 nights from saturday to saturday Thalasso 6 days 24 treatments Sea &#38; Fitness or Sea &#38; Health Package Unlimited access : Aquatonic® pool, swimming pool, cardio training, sauna and hammam. * Discounted Rate per person for 2 persons &#8230; <a href="http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-3">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Rental 7 nights from saturday to </strong><strong>saturday</strong><br />
<strong>Thalasso 6 days 24 treatments</strong></p>
<p><em>Sea &amp; Fitness or Sea &amp; Health Package</em></p>
<p>Unlimited access : Aquatonic® pool, swimming pool, cardio training, sauna and hammam.</p>
<p>* Discounted Rate per person for 2 persons spa guests occupying the same apartment, offers not combinable and not retroactive.</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>aquatonic-woman</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/aquatonic-femme.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/aquatonic-femme.jpg" title="aquatonic-woman"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/aquatonic-femme-150x150.jpg" alt="aquatonic-woman" /></a>
															</li>
							<li>
					<h3>soin-thalasso-affusion-manuelle</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/soin-thalasso-affusion-manuelle.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/soin-thalasso-affusion-manuelle.jpg" title="soin-thalasso-affusion-manuelle"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/soin-thalasso-affusion-manuelle-150x150.jpg" alt="soin-thalasso-affusion-manuelle" /></a>
															</li>
							<li>
					<h3>aquatonic-couple</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/aquatonic-couple.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/aquatonic-couple.jpg" title="aquatonic-couple"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/aquatonic-couple-150x150.jpg" alt="aquatonic-couple" /></a>
															</li>
							<li>
					<h3>Parcours-aquatonic | St Malo</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/Parcours-aquatonic.png</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/Parcours-aquatonic.png" title="Parcours-aquatonic | St Malo"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/Parcours-aquatonic-150x150.png" alt="parcours-aquatonic-st-malo" /></a>
															</li>
							<li>
					<h3>aquatonic - man</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/aquatonic-homme.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/aquatonic-homme.jpg" title="aquatonic - man"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/aquatonic-homme-150x150.jpg" alt="aquatonic-man" /></a>
															</li>
							<li>
					<h3>cardio-training</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/cardio-training.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/cardio-training.jpg" title="cardio-training"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/cardio-training-150x150.jpg" alt="cardio-training" /></a>
															</li>
							<li>
					<h3>Apartments Rent</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-982.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Reine-Marine-982.jpg" title="Apartments Rent"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-982-150x150.jpg" alt="apartments-rent" /></a>
															</li>
							<li>
					<h3>Sea View Swimming Pool</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Piscine11.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Piscine11.jpg" title="Sea View Swimming Pool"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Piscine11-150x150.jpg" alt="sea-view-swimming-pool" /></a>
															</li>
							<li>
					<h3>hammam</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/hammam.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/hammam.jpg" title="hammam"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/hammam-150x150.jpg" alt="hammam" /></a>
															</li>
							<li>
					<h3>Solarium</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/solarium311.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/solarium311.jpg" title="Solarium"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/solarium311-150x150.jpg" alt="solarium" /></a>
															</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
					<div id="thumbnails" class="thumbsbot">
				<div id="slideleft" title="Slide Left"></div>
				<div id="slidearea">
					<div id="slider"></div>
				</div>
				<div id="slideright" title="Slide Right"></div>
				<br style="clear:both; visibility:hidden; height:1px;" />
			</div>
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.residence-reinemarine.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 10;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "slider";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From June 2nd to June 15th 2012</title>
		<link>http://www.residence-reinemarine.com/special-offers/last-minute/rental-7-nights-without-thalasso/offer-3-2</link>
		<comments>http://www.residence-reinemarine.com/special-offers/last-minute/rental-7-nights-without-thalasso/offer-3-2#comments</comments>
		<pubDate>Tue, 22 Mar 2011 16:58:16 +0000</pubDate>
		<dc:creator>st-malo</dc:creator>
				<category><![CDATA[Rental 7 nights (without Thalasso)]]></category>

		<guid isPermaLink="false">http://www.residence-reinemarine.com/?p=515</guid>
		<description><![CDATA[4 persons Rental 7 nights from saturday to saturday . Unlimited access : swimming pool and hammam. * Discounted Rates, offers not combinable and not retroactive.]]></description>
			<content:encoded><![CDATA[<p>4 persons<strong></strong></p>
<p><strong>Rental 7 nights from saturday to </strong><strong>saturday </strong><strong>.</strong><br />
Unlimited access : swimming pool and hammam.</p>
<p>* Discounted Rates, offers not combinable and not retroactive.</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Apartment Reine Marine</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-981.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Reine-Marine-981.jpg" title="Apartment Reine Marine"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-981-150x150.jpg" alt="apartment-reine-marine" /></a>
															</li>
							<li>
					<h3>indoor swimming pool</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Piscine1.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Piscine1.jpg" title="indoor swimming pool"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Piscine1-150x150.jpg" alt="indoor-swimming-pool" /></a>
															</li>
							<li>
					<h3>Solarium with Sea View</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/solarium31.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/solarium31.jpg" title="Solarium with Sea View"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/solarium31-150x150.jpg" alt="solarium-with-sea-view" /></a>
															</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
					<div id="thumbnails" class="thumbsbot">
				<div id="slideleft" title="Slide Left"></div>
				<div id="slidearea">
					<div id="slider"></div>
				</div>
				<div id="slideright" title="Slide Right"></div>
				<br style="clear:both; visibility:hidden; height:1px;" />
			</div>
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.residence-reinemarine.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 10;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "slider";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://www.residence-reinemarine.com/special-offers/last-minute/rental-7-nights-without-thalasso/offer-2-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From May 26th to June 1st 2012</title>
		<link>http://www.residence-reinemarine.com/special-offers/last-minute/rental-7-nights-without-thalasso/offer-4-2</link>
		<comments>http://www.residence-reinemarine.com/special-offers/last-minute/rental-7-nights-without-thalasso/offer-4-2#comments</comments>
		<pubDate>Tue, 22 Mar 2011 16:54:56 +0000</pubDate>
		<dc:creator>st-malo</dc:creator>
				<category><![CDATA[Rental 7 nights (without Thalasso)]]></category>

		<guid isPermaLink="false">http://www.residence-reinemarine.com/?p=511</guid>
		<description><![CDATA[4 persons Rental 7 nights from saturday to saturday . Unlimited access : swimming pool and hammam. * Discounted Rates, offers not combinable and not retroactive.]]></description>
			<content:encoded><![CDATA[<p>4 persons<strong></strong></p>
<p><strong>Rental 7 nights from saturday to </strong><strong>saturday </strong><strong>.</strong><br />
Unlimited access : swimming pool and hammam.</p>
<p>* Discounted Rates, offers not combinable and not retroactive.</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>Apartment Reine Marine</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-981.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Reine-Marine-981.jpg" title="Apartment Reine Marine"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-981-150x150.jpg" alt="apartment-reine-marine" /></a>
															</li>
							<li>
					<h3>indoor swimming pool</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Piscine1.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Piscine1.jpg" title="indoor swimming pool"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Piscine1-150x150.jpg" alt="indoor-swimming-pool" /></a>
															</li>
							<li>
					<h3>Solarium with Sea View</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/solarium31.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/solarium31.jpg" title="Solarium with Sea View"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/solarium31-150x150.jpg" alt="solarium-with-sea-view" /></a>
															</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
					<div id="thumbnails" class="thumbsbot">
				<div id="slideleft" title="Slide Left"></div>
				<div id="slidearea">
					<div id="slider"></div>
				</div>
				<div id="slideright" title="Slide Right"></div>
				<br style="clear:both; visibility:hidden; height:1px;" />
			</div>
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.residence-reinemarine.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 10;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "slider";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://www.residence-reinemarine.com/special-offers/last-minute/rental-7-nights-without-thalasso/offer-2-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From June 16th to June 29th 2012</title>
		<link>http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-4</link>
		<comments>http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-4#comments</comments>
		<pubDate>Thu, 24 Feb 2011 12:53:20 +0000</pubDate>
		<dc:creator>st-malo</dc:creator>
				<category><![CDATA[Rental and Thalasso]]></category>

		<guid isPermaLink="false">http://www.st-malo.com/reine-marine/?p=65</guid>
		<description><![CDATA[Rental 7 nights from saturday to saturday Thalasso 6 days 24 treatments Sea &#38; Fitness or Sea &#38; Health Package Unlimited access : Aquatonic® pool, swimming pool, cardio training, sauna and hammam. * Discounted Rate per person for 2 persons &#8230; <a href="http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-4">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Rental 7 nights from saturday to </strong><strong>saturday</strong><br />
<strong>Thalasso 6 days 24 treatments</strong></p>
<p><em>Sea &amp; Fitness or Sea &amp; Health Package</em></p>
<p>Unlimited access : Aquatonic® pool, swimming pool, cardio training, sauna and hammam.</p>
<p>* Discounted Rate per person for 2 persons spa guests occupying the same apartment, offers not combinable and not retroactive.</p>
	<ul id="slideshow" style="display:none;">
									<li>
					<h3>aquatonic-woman</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/aquatonic-femme.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/aquatonic-femme.jpg" title="aquatonic-woman"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/aquatonic-femme-150x150.jpg" alt="aquatonic-woman" /></a>
															</li>
							<li>
					<h3>soin-thalasso-affusion-manuelle</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/soin-thalasso-affusion-manuelle.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/soin-thalasso-affusion-manuelle.jpg" title="soin-thalasso-affusion-manuelle"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/soin-thalasso-affusion-manuelle-150x150.jpg" alt="soin-thalasso-affusion-manuelle" /></a>
															</li>
							<li>
					<h3>aquatonic-couple</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/aquatonic-couple.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/aquatonic-couple.jpg" title="aquatonic-couple"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/aquatonic-couple-150x150.jpg" alt="aquatonic-couple" /></a>
															</li>
							<li>
					<h3>Parcours-aquatonic | St Malo</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/Parcours-aquatonic.png</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/Parcours-aquatonic.png" title="Parcours-aquatonic | St Malo"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/Parcours-aquatonic-150x150.png" alt="parcours-aquatonic-st-malo" /></a>
															</li>
							<li>
					<h3>aquatonic - man</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/aquatonic-homme.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/aquatonic-homme.jpg" title="aquatonic - man"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/aquatonic-homme-150x150.jpg" alt="aquatonic-man" /></a>
															</li>
							<li>
					<h3>cardio-training</h3>
										<span>http://www.residence-reinemarine.com/files/2011/03/cardio-training.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/03/cardio-training.jpg" title="cardio-training"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/03/cardio-training-150x150.jpg" alt="cardio-training" /></a>
															</li>
							<li>
					<h3>Apartments Rent</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-982.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Reine-Marine-982.jpg" title="Apartments Rent"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Reine-Marine-982-150x150.jpg" alt="apartments-rent" /></a>
															</li>
							<li>
					<h3>Sea View Swimming Pool</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/Piscine11.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/Piscine11.jpg" title="Sea View Swimming Pool"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/Piscine11-150x150.jpg" alt="sea-view-swimming-pool" /></a>
															</li>
							<li>
					<h3>hammam</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/hammam.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/hammam.jpg" title="hammam"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/hammam-150x150.jpg" alt="hammam" /></a>
															</li>
							<li>
					<h3>Solarium</h3>
										<span>http://www.residence-reinemarine.com/files/2011/02/solarium311.jpg</span>
					<p></p>
																							<a href="http://www.st-malo.com/reinemarine-en/files/2011/02/solarium311.jpg" title="Solarium"><img style="height:75px;" src="http://www.residence-reinemarine.com/files/2011/02/solarium311-150x150.jpg" alt="solarium" /></a>
															</li>
						</ul>
	
	<div id="slideshow-wrapper">
			
		<div id="fullsize">
			<div id="imgprev" class="imgnav" title="Previous Image"></div>
			<div id="imglink"><!-- link --></div>
			<div id="imgnext" class="imgnav" title="Next Image"></div>
			<div id="image"></div>
					</div>
		
					<div id="thumbnails" class="thumbsbot">
				<div id="slideleft" title="Slide Left"></div>
				<div id="slidearea">
					<div id="slider"></div>
				</div>
				<div id="slideright" title="Slide Right"></div>
				<br style="clear:both; visibility:hidden; height:1px;" />
			</div>
			</div>
	
	<script type="text/javascript">
	jQuery.noConflict();
	tid('slideshow').style.display = "none";
	tid('slideshow-wrapper').style.display = 'block';
	tid('slideshow-wrapper').style.visibility = 'hidden';	


	/**
	 * issue #2: Bugfix for WebKit. Safari and similar browsers aren't capable to handle jQuery.ready() right. The problem
	 * here was, that sometimes the event was fired (if js is not available in browsers cache) too early, so that not all
	 * pictures were displayed in the thumbnail bar. I added a timeout to give the browser time to load the pictures.
	 * During that time I found it nice to display a spinner icon to give the visitor a hint that "somethings going on there".
	 * For this to display correctly I've added some lines to the css file too.
	 */

	// append the spinner
	jQuery("#fullsize").append('<div id="spinner"><img src="http://www.residence-reinemarine.com/wp-content/plugins/slideshow-gallery/images/spinner.gif"></div>');
	tid('spinner').style.visibility = 'visible';

	var slideshow = new TINY.slideshow("slideshow");
	jQuery(document).ready(function() {
		// set a timeout before launching the slideshow
		window.setTimeout(function() {
			slideshow.auto = true;			slideshow.speed = 5;
			slideshow.imgSpeed = 10;
			slideshow.navOpacity = 25;
			slideshow.navHover = 70;
			slideshow.letterbox = "#000000";
			slideshow.linkclass = "linkhover";
			slideshow.info = "";
			slideshow.infoSpeed = 10;
			slideshow.thumbs = "slider";
			slideshow.thumbOpacity = 70;
			slideshow.left = "slideleft";
			slideshow.right = "slideright";
			slideshow.scrollSpeed = 5;
			slideshow.spacing = 5;
			slideshow.active = "#FFFFFF";
			slideshow.imagesthickbox = "false";
			jQuery("#spinner").remove();
			slideshow.init("slideshow","image","imgprev","imgnext","imglink");
			tid('slideshow-wrapper').style.visibility = 'visible';
		}, 1000);
	});
	</script>

]]></content:encoded>
			<wfw:commentRss>http://www.residence-reinemarine.com/special-offers/last-minute/rental-and-thalasso/offer-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

