$(document).ready(function() {
	$('#slideshow').fadeIn(1500);
	$('#glitch_cycle').cycle({
		fx: 'fade',
		speed: 1350,
		timeout: 0,
		pager: '#glitchnav',
		pagerAnchorBuilder: function(idx, slide) { 
        return '#glitchnav li:eq(' + idx + ') a'; } 
	});
	  $('#catalogue_cycle').cycle({
	  fx: 'fade',
	  speed: 1500,
	  timeout: 0,
	 	prev: '#prev',
	  next: '#next'
	});
	$(".ytcb").colorbox({
		iframe:true, 
		innerWidth:419, 
		innerHeight:344
	});	
		$(".inaroom").colorbox({
		iframe:true, 
		innerWidth:800, 
		innerHeight:250
	});	
	$('#glitchgallery').galleria({
	 	width: 500,
	 	height: 250,
	 	showInfo: false,
	 	thumbCrop: false,
	 	showCounter: false,
	  imagePosition: 'top center',
	 	thumbnails: false
	});	
	$('#photogallery').galleria({
	 	width: 500,
	 	height: 400,
	 	showInfo: false,
	 	thumbCrop: false,
	 	showCounter: false,
	  imagePosition: 'top center',
	 	thumbnails: true
	});	
	
});

