slideshow.css = {
	
	/*
		These are the classes and IDs used in the slideshow function.
		You can change any of them here. Please make sure to use 
		quotation marks around the names and end all but the last 
		one with a comma.
	*/
  
  showID               :'slideshow',	
  dynamicClass         :'js',
  slideNavigationClass :'slidenav',
  currentClass         :'current'

}


