carousel({id:'Amazon Books', //Enter arbitrary but unique ID of this slideshow instance
										  border:'',
										  size_mode:'image', //Enter "carousel" or "image". Affects the width and height parameters below.
										  width:120, //Enter width of image or entire carousel, depending on above value
										  height:100, //Enter height of image or entire carousel, depending on above value
										  sides:5, //# of sides of the carousel. What's shown = sides/2. Even integer with sides/2< total images is best
										  steps:23, //# of animation steps. More = smoother, but more CPU intensive
										  speed:5, //Speed of slideshow. Larger = faster.
										  direction:'left', //Direction of slideshow. Enter "top", "bottom", "left", or "right"
										  images:['photo_gallery/DSC_0146.jpg',
												  'photo_gallery/DSC_0149.jpg',
												  'photo_gallery/DSC_0150.jpg',
												  'photo_gallery/DSC_0155.jpg',
												  'photo_gallery/DSC_0158.jpg'],
										  links: ['photo_index.htm', //enter link URLs, or for no links, empty array instead (links :[])
																	'photo_index.htm',
																	'photo_index.htm',
																	'photo_index.htm',
																	'photo_index.htm'],
										  titles:['Image #1',
																	'Image #2',
																	'Image #3',
																	'Image #4',
																	'Image #5',],
										  image_border_width:1,
										  image_border_color:'blue'
										  });
