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.

Family Bathroom

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

Outside The Gîte

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