$(document).ready(function(){
	//Initialise ColorBox
	$("a[rel='slideshow']").colorbox({	slideshow: true,
									 	current: "{current} of {total}",
										slideshowStart: "START",
										slideshowStop: "STOP"});
	$("a[rel='colourbox']").colorbox({	slideshow: false});
});

window.onload =	function()
	{	//	Starts the carousel
		$('#carousel').Carousel(
			{
				itemWidth: 200,
				itemHeight: 144,
				itemMinWidth: 50,
				items: 'a',
				reflections: .0,
				rotationSpeed: 1.8
			}
		);
	}