//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='assets/images/btn_prev.jpg';
var stopimg='assets/images/btn_stop.jpg';
var playimg='assets/images/btn_play.jpg';
var nextimg='assets/images/btn_next.jpg';


var slides3=[]; 
//configure the below images and descriptions to your own, note optional links, target and window specifications. 
slides3[0] = ["assets/images/img_splash.jpg", ""];
slides3[1] = ["assets/images/img_smartlipo.jpg", ""];
slides3[2] = ["assets/images/img_smoothshapes.jpg", ""];
slides3[3] = ["assets/images/img_photogallery.jpg", ""];
//optional properties for these images:
slides3.pause=1; //use for pause onmouseover
slides3.image_controls=1; //use images for controls
slides3.random=1; //set a random slide sequence on each page load
slides3.manual_start=0; //start show in manual mode (stopped)
slides3.button_highlight='#fff'; //button hightlight on mouseover