
//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='../images/photo-left.gif';
var stopimg='../images/stop.gif';
var playimg='../images/play.gif';
var nextimg='../images/photo-right.gif';

var slides3=[]; //THIRD SLIDESHOW
//configure the below images and descriptions to your own, note optional links, target and window specifications. 
slides3[0] = ["../images/slides/1.jpg", "<b>Double Bedroom</b>"];
slides3[1] = ["../images/slides/2.jpg", "<b>Our fantastic bathrooms</b>"];
slides3[2] = ["../images/slides/3.jpg", "<b>Four Poster Premier Rooms</b>"];
slides3[3] = ["../images/slides/4.jpg", "<b>Adelphi Guesthouse welcomes you</b>"];
slides3[4] = ["../images/slides/5.jpg", "<b>Our Roccoco bed</b>"];
slides3[5] = ["../images/slides/6.jpg", "<b>Twin Bedroom</b>"];
slides3[6] = ["../images/slides/7.jpg", "<b>NEW Twin Bedroom</b>"];
slides3[7] = ["../images/slides/8.jpg", "<b>NEW Bathroom</b>"];

//optional properties for these images:
slides3.no_descriptions=0; //use for no descriptions displayed
slides3.pause=1; //use for pause onmouseover
slides3.image_controls=1; //use images for controls
slides3.button_highlight='#ffffff'; //onmouseover background-color for image buttons (requires image_controls=1)
slides3.specs='width=320, height=250' //global specifications for this show's new window(s)
/*slides3.random=1; //set a random slide sequence on each page load*/
slides3.manual_start=0; //start show in manual mode (stopped)
slides3.counter=1; //use to show image count
slides3.width=240; //use to set width of widest image if dimensions vary
slides3.height=188; //use to set height of tallest image if dimensions vary