
carousel({id:'images', //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:130, //Enter width of image or entire carousel, depending on above value
          height:86, //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:33, //# of animation steps. More = smoother, but more CPU intensive
          speed:3, //Speed of slideshow. Larger = faster.
          direction:'right', //Direction of slideshow. Enter "top", "bottom", "left", or "right"
          images:['images/IMG_2408.JPG',
          'images/IMG_2417.JPG',
          'images/IMG_2419.JPG',
          'images/IMG_2420.JPG',
          'images/IMG_2421.JPG',
	  'images/IMG_2422.JPG'],
          links: ['IMG_2408.htm', //enter link URLs, or for no links, empty array instead (links :[])
									'IMG_2417.htm',
									'IMG_2419.htm',
									'IMG_2420.htm',
									'IMG_2421.htm',
									'IMG_2422.htm'],
          lnk_base:'',
          lnk_targets:['_top.chino', //link target for each link (see: http://www.codingforums.com/showthread.php?t=58814&page=2)
                       '_top.chino',
                       '_top.chino',
                       '_top.chino',
                       '_top.chino',
                       '_top.chino' ],
          titles:['Click for full size image',
									'Click for full size image',
									'Click for full size image',
									'Click for full size image',
									'Click for full size image',
									'Click for full size image'],
          image_border_width:1,
          image_border_color:'#F9EFA7'
          });

