carousel({id:'Artesingular', //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:100, //Enter width of image or entire carousel, depending on above value
          height:100, //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:5, //Speed of slideshow. Larger = faster.
          direction:'left', //Direction of slideshow. Enter "top", "bottom", "left", or "right"
          images:['http://www.artesingular.es/catalog/images/Real_Madrid_100_x_80.jpg',
                  'http://www.artesingular.es/catalog/images/40_web_.jpg',
                  'http://www.artesingular.es/catalog/images/web_barcelona.jpg',
		'http://www.artesingular.es/catalog/images/37_web_.jpg',
		'http://www.artesingular.es/catalog/images/36_web_.jpg'],
          links: ['http://www.artesingular.es/catalog/product_info9.php?cPath=2_22&products_id=28654', //enter link URLs, or for no links, empty array instead (links :[])
		'http://www.artesingular.es/catalog/product_info9.php?cPath=1&products_id=28858',
		'http://www.artesingular.es/catalog/product_info9.php?cPath=2_22&products_id=28656',
		'http://www.artesingular.es/catalog/product_info9.php?cPath=1&products_id=28659'
		,'http://www.artesingular.es/catalog/product_info9.php?cPath=1&products_id=28657'],
          titles:['Real Madrid C.F.',
		'Marilyn Monroe',
		'F.C. Barcelona',
		'John Lennon',
		'Michael Jackson'],
          image_border_width:1,
          image_border_color:'#4871C0'
          });
