Version Français
Le Bouyssou Le Bouyssou Le Bouyssou Le Bouyssou Le Bouyssou Le Bouyssou Le Bouyssou Le Bouyssou
Our Gallery

This is our gallery, in which we include some more photographs of our accommodation and it's surrounds. We will be adding more pictures over the next few months.


Clicking on the small images for each room, will let you view a larger version.

You can also view a slideshow for each room by clicking on the larger images, to really view the gîte at it's best.

Chambre Josephine

$('#slideshow5').cycle({
   fx:     'fade',
        speed:  '4000',
    timeout: 0,
    pager:  '#nav5',
    pagerAnchorBuilder: function(idx, slide) {
        // return selector string for existing anchor
        return '#nav5 li:eq(' + idx + ') a';
    }
    
    $('#direct').click(function() {
        $('#nav5 li:eq(2) a').trigger('click');
        return false;
    });
});
#slideshow5 { margin: 20px }
#nav5 { width: 300px; margin: 15px }
#nav5 li { width: 50px; float: left; margin: 8px; list-style: none }
#nav5 a { width: 50px; padding: 3px; display: block; border: 1px solid #ccc; }
#nav5 a.activeSlide { background: #88f }
#nav5 a:focus { outline: none; }
#nav5 img { border: none; display: block }
 

Chambre Madeleine

$('#slideshow6').cycle({
   fx:     'fade',
        speed:  '4000',
    timeout: 0,
    pager:  '#nav6',
    pagerAnchorBuilder: function(idx, slide) {
        // return selector string for existing anchor
        return '#nav6 li:eq(' + idx + ') a';
    }
    
    $('#direct').click(function() {
        $('#nav6 li:eq(2) a').trigger('click');
        return false;
    });
});
#slideshow6 { margin: 20px }
#nav6 { width: 300px; margin: 15px }
#nav6 li { width: 50px; float: left; margin: 8px; list-style: none }
#nav6 a { width: 50px; padding: 3px; display: block; border: 1px solid #ccc; }
#nav6 a.activeSlide { background: #88f }
#nav6 a:focus { outline: none; }
#nav6 img { border: none; display: block }