

//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]='<a href="http://www.pro-art.co.kr/concert_world/concert17.html"><img src="./img/nxt_1.jpg" style="border:none;" alt="Next Concert" title="Next Concert"></a>';
scrl_imgs_leftrightslide[1]='<a href="http://www.pro-art.co.kr/concert_world/concert18.html"><img src="./img/nxt_2.jpg" style="border:none;" alt="Next Concert" title="Next Concert"></a>';
*****/

