/* 

   NBSslideshow Script README FILE
     
Version 1.0

Please follow the below simple steps to install the NBSslideshow. 
	
Do note that this tool is a free-ware so does not come with any form of support. 

	
Step 1.

	Unzip the zipped file and oopy the entire NBS-Slideshow folder into the same directory which your file that will be having the slideshow.
	

Step 2.

	Go to the settings.php file and edit the parameters as necessary. 
	
	NOTE that the Slideshow width and height are important to ensure that the slideshow is displayed properly in your website.
	
	Remember to save this setting.php file after editing.
	

Step 3.

	Copy the script line below and paste it properly onto the file where your want your slideshow to display. 

	However the width and height should follow the value you have set in the settings.php file on previous step.
	
	<iframe src='./NBSslideshow/index.php' id='nbs' frameborder='0' scrolling='no' width='400px' height='267px'></iframe>

Step 4.

 	FTP Upload images required into NBSslideshow/slideshow_images folder.

    	Do upload the images following the max width and height in your settings.php to ensure best view.	 

	The system will automatically sort the images and display the images based on their filename alphabetic order. 
	
Step 5.

	Test by previewing the page which has your form file on your PC browser.
	
	

You are on the way to implement NBSslideshow. 
	
Good luck and have fun!	


   
*/