carousel({id:'CMSExamples', //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:160, //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:6, //# 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:['./images/cms/csfrs_thumb.png',
                  './images/cms/joomla_thumb.png',
                  './images/cms/df_thumb.png',
									'./images/cms/zencart_thumb.png'],
          links: ['http://www.centralscotlandfire.gov.uk',
									'http://www.joomla.org',
									'http://dragonflycms.org',
									'http://www.zen-cart.com'],
          titles:['Joomla in action',
									'Joomla CMS',
									'Dragonfly CMS',
									'Zencart e-commerce'],
          image_border_width:1,
          image_border_color:'red'
          });