carousel({id:'DSAV', //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:180, //Enter height of image or entire carousel, depending on above value
          sides:9, //# 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:['http://www.dsav.org/photos/images/BW2009_webready312.jpg',
                  'http://www.dsav.org/photos/images/DSAV_2009_Santa_MarkSaraceno.jpg',
                  'http://www.dsav.org/photos/images/CostumeParty_tylercrop.jpg',
                  'http://www.dsav.org/photos/images/Alex_CVSgrant_football.jpg',
                  'http://www.dsav.org/photos/images/Marina_toyhorse_crop.jpg',
                  'http://www.dsav.org/photos/images/JohnHowlandTrackCrop.jpg',
                  'http://www.dsav.org/photos/images/grandopening_ribboncut_crop.jpg',
                  'http://www.dsav.org/photos/images/BW2009_adult_crop048.jpg',
                  'http://www.dsav.org/photos/images/Lauren_soccer.jpg',
                  'http://www.dsav.org/photos/images/BW2009_webready385.jpg',
                  'http://www.dsav.org/photos/images/GibsonGrad.jpg',
					'http://www.dsav.org/photos/images/DSAV_2009_Samantha_Nemcik.jpg'],
          links: [''],
          titles:['DSAV',
									'DSAV',
									'DSAV',
									'DSAV',
									'DSAV',
									'DSAV',
									'DSAV',
									'DSAV',
									'DSAV'],
          image_border_width:1,
          image_border_color:'blue'
          });