//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/amenities/chickens.jpg", "Chickens"];
slides[1] = ["img/amenities/field1.jpg", "Field"];
slides[2] = ["img/amenities/playarea.jpg", "Play Area"];
slides[3] = ["img/amenities/playarea1.jpg", "Play Area"];
slides[4] = ["img/amenities/pool.jpg", "Pool"];
slides[5] = ["img/amenities/showers.jpg", "Showers"];
slides[6] = ["img/amenities/swimming.jpg", "Swimming"];
slides[7] = ["img/amenities/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=400; //use to set width of widest image if dimensions vary
slides.height=300; //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
