//Specify the slider's width (in pixels)
var scrl_imgs_sliderwidth="307px";
//Specify the slider's height
var scrl_imgs_sliderheight="217px";
//Specify the slider's slide speed (larger is faster 1-10)
var scrl_imgs_slidespeed=2;
//configure background color:
var scrl_imgs_slidebgcolor="#000000;"
//Specify gap between each image (use HTML):
var scrl_imgs_imagegap="";
//Specify pixels gap between each slideshow rotation (use integer):
var scrl_imgs_slideshowgap=0;
//Specify the slider's images
var scrl_imgs_leftrightslide=new Array();
var scrl_imgs_finalslide='';
/*****___example input___
scrl_imgs_leftrightslide[0]='
';
scrl_imgs_leftrightslide[1]='
';
*****/