
carousel({id:'Amazon Books', //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:95, //Enter width of image or entire carousel, depending on above value
          height:140, //Enter height of image or entire carousel, depending on above value
          sides:5, //# 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:4, //Speed of slideshow. Larger = faster.
          direction:'left', //Direction of slideshow. Enter "top", "bottom", "left", or "right"
          images:['/slide/slika1.jpg',
                  '/slide/slika3.jpg',
                  '/slide/slika2.jpg',
                  '/slide/slika4.jpg',
                  '/slide/slika5.jpg'],
          links: ['http://portal.skola.ba/start/', //enter link URLs, or for no links, empty array instead (links :[])
                  'http://web.utic.ba/',
                  'http://www.odgoj.com/',
                  'http://www.monks.ba/',
                  'http://www.matematika.ba/'],
          titles:['Školski portal',
		  'Utic',
                  'Odgoj',
                  'MONKS',
		  'Matematika'],
          image_border_width:0,
          image_border_color:'blue'
          });

