
<!-- Begin Kids Carousel -->
<!-- Begin

carousel({id:'Kids Carousel', //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:200, //Enter width of image or entire carousel, depending on above value
          height:200, //Enter height of image or entire carousel, depending on above value
          sides:1, //# of sides of the carousel. What's shown = sides/2. Even integer with sides/2< total images is best
          steps:12, //# 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:['Images/emmround.jpg',
          			'Images/sambomround.jpg',
          			'Images/maggiemround.jpg',
          			'Images/sophiemround.jpg'],
          links: [],		  
          titles:['Kids #1',
									'Kids #2',
									'Kids #3',
									'Kids #4',
									'Kids #5'],
          image_border_width:2,
          image_border_color:'#FFFFFF'
          });
// End -->
<!-- End Kids Carousel -->
		  


