		$(document).ready(function(){
			//Examples of how to assign the ColorBox event to elements
			$("a[rel='example1']").colorbox();
			$("a[rel='example3']").colorbox({transition:"none", width:"75%", height:"75%"});
			$("a[rel='example4']").colorbox({slideshow:true});

			$("a[rel='singlehtml']").colorbox({slideshow:true, slideshowAuto:false, slideshowSpeed:6000, maxWidth:"95%", maxHeight:"95%", current:"{current}/{total}", slideshowStart:"slide", slideshowStop:"stop"});
			$(".single").colorbox({maxWidth:"95%", maxHeight:"95%"});
			$("a[rel='videoslideshow']").colorbox({slideshow:true, slideshowAuto:false, slideshowSpeed:12000, current:"{current}/{total}", slideshowStart:"slide", slideshowStop:"stop"});
			$("a[rel='imgslideshow']").colorbox({slideshow:true, slideshowAuto:false, slideshowSpeed:2500, maxWidth:"95%", maxHeight:"95%", current:"{current}/{total}", slideshowStart:"slide", slideshowStop:"stop"});
		});
