


// IMPORTANT!
// IMAGE WIDTH MUST BE: 560 pixels
// IMAGE HEIGHT MUST BE: 365 pixels


var slides=[]; 

/*	Configure the images and descriptions below. 

	Use this format: 
	slides[slidenumber] = ["image path"];
	(url is optional)
	
	SAMPLE:
	slides[0] = ["images/news/sample1.jpg"];

*/
slides[0] = ["images/posters/01.jpg", ""];

slides[1] = ["images/posters/02.jpg", ""];

slides[2] = ["images/posters/03.jpg", ""];

slides[3] = ["images/posters/04.jpg", ""];

slides[4] = ["images/posters/05.jpg", ""];

slides[5] = ["images/posters/06.jpg", ""];

slides[6] = ["images/posters/07.jpg", ""];

slides[7] = ["images/posters/08.jpg", ""];







// NO NEED TO MAKE CHANGES BELOW THIS LINE !!


//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:


//slides.counter=1; //use to show image count
slides.pause=1; //use for pause onmouseover
//slides.image_controls=1; //use images for controls
slides.no_added_linebreaks=1; //use for no added line breaks in formatting of texts and controls
slides.delay=5000;  	//Set miliseconds delay between slides for a given show, may also be set in the call as the last parameter
//slides.nofade=1;  	//Use for no fade-in, fade-out effect for this show
//slides.no_auto=1; //use to make show completely user operated (no play button, starts in stopped mode)



