//Number of pages, there should be a slide[a] for a = 1 to n slides. Example slide1.jpg, slide2.jpg... note only support jpgs at the moment.
ccJQuerySS_pages = 13;
//Second to show before tween to next screen.
ccJQuerySS_Interval = 3;
//Fade out/Fade in time in ms;
ccJQuerySS_FadeTime = 800;

//Start with a random first page (e.g. might start with slide3 and then interate incrementally
ccJQuerySS_RandomStart = true;

/* Links for each slide...
 * the oject literals (1, 2, etc...) specify which slide the link(s) should be on.
 * This along with the position in the object literal array, is used to create a link with an unique id to be used with the style sheet..
 *
 * below divs are created with ids
 * ccJquerySlideShow_link_1_0
 * ccJquerySlideShow_link_1_1
  * ccJquerySlideShow_link_2_0
  * ccJquerySlideShow_link_3_0
  * ccJquerySlideShow_link_4_0
 *
 * ccJquerySlideShow_link_1_1 is a div with a child anchor tag that points to 'http://www.mun.ca/honours/research/brosnan_video.php'
 * where as ccJquerySlideShow_link_1_0 is a div child anchor tag that points to 'http://www.mun.ca/honours/research/parfrey_video.php'
 * and so on....
 *
 *Styles should always be reference as #ccJquerySlideShow_link_1_0 a {} in the style sheet
 * See slide.css for more...
*/
ccJQuerySS_Button_Names = {
    1: '&nbsp;',
    2: '&nbsp;'
}



ccJQuerySS_links = {
//    1 : new Array('http://my.munalum.ca/'),
//    2 : new Array('http://my.munalum.ca/')
};

