//If using image buttons as controls, Set image buttons' image preload here true
//(use false for no preloading and for when using no image buttons as controls):
var preload_ctrl_images=true;

//And configure the image buttons' images here:
var previmg='img/rewind_red.gif';
var stopimg='img/pause_red.gif';
var playimg='img/play_red.gif';
var nextimg='img/fforward_red.gif';

var slides=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own.
slides[0] = ["img/gallery/BeaconHill.jpg", "Beacon Hill"];
slides[1] = ["img/gallery/BeaconHill2.jpg", "Beacon Hill"];
slides[2] = ["img/gallery/CaravanHook.jpg", "Caravan Hook"];
slides[3] = ["img/gallery/Caravans.jpg", "Caravans"];
slides[4] = ["img/gallery/chicken.jpg", "Chicken!"];
slides[5] = ["img/gallery/chickens.jpg", "Chicken!"];
slides[6] = ["img/gallery/CottagesFront.jpg", "The front of the cottages"];
slides[7] = ["img/gallery/CottageSide.jpg", "The side of the cottages"];
slides[8] = ["img/gallery/Entrance.jpg", "The Entrance"];
slides[9] = ["img/gallery/Entrance1.jpg", "The Entrance"];
slides[10] = ["img/gallery/Entrance2.jpg", "The Entrance"];
slides[11] = ["img/gallery/Farm.jpg", "The Farm"];
slides[12] = ["img/gallery/field1.jpg", "Surrounding fields"];
slides[13] = ["img/gallery/field2.jpg", "Surrounding fields"];
slides[14] = ["img/gallery/field3.jpg", "Surrounding fields"];
slides[15] = ["img/gallery/Garden.jpg", "The Garden"];
slides[16] = ["img/gallery/Garden1.jpg", "The Garden"];
slides[17] = ["img/gallery/ModCottage.jpg", "The modern cottage"];
slides[18] = ["img/gallery/PlayArea.jpg", "Childrens Play Area"];
slides[19] = ["img/gallery/PlayArea1.jpg", "Childrens Play Area"];
slides[20] = ["img/gallery/PlayArea3.jpg", "Childrens Play Area"];
slides[21] = ["img/gallery/Pool.jpg", "Swimming Pool"];
slides[22] = ["img/gallery/Power.jpg", "External Power"];
slides[23] = ["img/gallery/Road.jpg", "Road"];
slides[24] = ["img/gallery/Showers.jpg", "Shower Block"];
slides[25] = ["img/gallery/swimming.jpg", "Swimming Pool"];
slides[26] = ["img/gallery/Tents.jpg", "Tents"];
slides[27] = ["img/gallery/Water.jpg", "Water"];
slides[28] = ["img/gallery/Wayfarers.jpg", "Wayfarers"];

//optional properties for these images:
//slides.controls_top=0; //use for top controls
//slides.counter=0; //use to show image count
slides.width=533; //use to set width of widest image if dimensions vary
slides.height=400; //use to set height of tallest image if dimensions vary
slides.no_auto=0; //use to make show completely user operated (no play button, starts in stopped mode)
slides.use_alt=0; //use for descriptions as images alt attributes
//slides.use_title=0; //use for descriptions as images title attributes
//slides.nofade=0; //use for no fade-in, fade-out effect for this show
slides.border=1; //set border width for images
slides.border_color='black'; //set border color for images
//slides.no_descriptions=1;
//slides.random=1;
//slides.no_controls=1;
//above slide show uses only the defaults