//Carousel Slideshow Instance
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:46, //Enter width of image or entire carousel, depending on above value
          height:55, //Enter height of image or entire carousel, depending on above value
          sides:3, //# 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:6, //Speed of slideshow. Larger = faster.
          direction:'left', //Direction of slideshow. Enter "top", "bottom", "left", or "right"
          images:['http://blackonblackrhyme.com/BobrPics/WebGifs/M4%20logo9.gif',
                  'http://blackonblackrhyme.com/BobrPics/WebGifs/M4%20logo9.gif',
                  'http://blackonblackrhyme.com/BobrPics/WebGifs/M4%20logo9.gif',
									'http://blackonblackrhyme.com/BobrPics/WebGifs/M4%20logo9.gif'],
          links: ['http://www.march4orth.net', //enter link URLs, or for no links, empty array instead (links :[])
									'http://www.march4orth.net',
									'http://www.march4orth.net',
									'http://www.march4orth.net'],
          titles:['Book #1',
									'Book #2',
									'Book #3',
									'Book #4'],
          image_border_width:0,
          image_border_color:'blue'
          });
