//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/accom/CottageSide.jpg", "Cottages"];
slides[1] = ["img/accom/CottagesFront.jpg", "Cottage"];
slides[2] = ["img/accom/ModCottage.jpg", "Cottage"];
slides[3] = ["img/accom/Tents.jpg", "Tents"];
slides[4] = ["img/accom/CaravanHook.jpg", "Caravan Hook"];
slides[5] = ["img/accom/Power.jpg", "Power"];
slides[6] = ["img/accom/Water.jpg", "Water"];
//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