You will find a configuration file (_inc/config.php) in which you can define the default parameters or you can also define them via URL using the GET method.
Here are the several parameters :
| includes | Directory where your files to include are |
| javascript | Directory where your javascript files are |
| css | Directory to your css file |
| path | Directory where your images are |
| framework | Framework you want to use (scriptaculous or mootools) |
| opacity | Reflection opacity (0-100) |
| height | Reflection height (pixel) |
| radiusx | Horizontal spacing between opposite images (pixel) |
| raidusy | Vertical spacing between opposite images (pixel) |
| centerx | Position X of the carousel center (pixel) |
| centery | Position Y of the carousel center (pixel) |
| clickit | Add onclick event on each image (true or false) |
| base | Base speed (boolean) |
| speed | Carousel speed (boolean) |