/***********************************************
* Carousel Slideshow II- By Harry Armadillo (http://www.codingforums.com/showthread.php?t=58814)
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
* Please keep this notice intact
***********************************************/

//<![CDATA[
carousel({id:'turntable', //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:350, //Enter width of image or entire carousel, depending on above value
          height:216, //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:1, //Speed of slideshow. Larger = faster.
          direction:'right', //Direction of slideshow. Enter "top", "bottom", "left", or "right"
          images:["images/transport.jpg",
                "images/houseboat.jpg",
                "images/interiorhouseboat.jpg",
        "images/tourboat.jpg",
        "images/skiboat.jpg",
                "images/sambay.jpg",
                "images/pod.jpg",           
                "images/secondjetboat.jpg",
            "images/jettourboat.jpg",
                "images/havingfun.jpg",
                "images/insideboat.jpg",
                "images/peopleontourboat.jpg",
                "images/kimberley.jpg"],
        
          image_border_width:1,
          image_border_color:'black'
          });
//]]>
