// Veezzle Internal Configuration File
// Author,© : Pablo Albrecht

// Can be either 'DEV' or 'PROD'
dev_status = 'DEV';
default_search_value = 'Search free stock photos...';

// Every 1000 ms, the picture is going to change
timer = 30 * 1000;

// There's 10 pictures in the queue
ipictures = 6;

// The current picture ID (while looping)
icurrentpicture = 1;

// The first picture ID by default
idefaultpicture = 1;

// The slider pictures' ID are as below: (jquery_slider_X)
htmlsliderid = 'jquery_slider_';

htmlslidertextid = 'jquery_slider_txt_';

stop_slider = false;
