// JavaScript Document
//jQuery(function(){jQuery('ul.sf-menu').superfish({delay:0, speed: 'normal', autoArrows: true, dropShadows: true});});


$(document).ready(function() {
   			$('.in-slideshow-rotate').cycle({fx:'scrollHorz', timeout:5000,  speed:500, pager:'.splash-control', pagerAnchorBuilder: function(idx, slide) { return '<li class="in-splash-paginate-no"><a href="#"></a></li>'; } });
});

jQuery(document).ready(function() {
    jQuery('#jcarousel-content-3').jcarousel({wrap: 'circular', scroll:3});
    jQuery('#jcarousel-content-5').jcarousel({wrap: 'circular', scroll:5});
    jQuery('#jcarousel-content-1').jcarousel({wrap: 'circular', scroll:1});


// Lightbox Setup
	// More information: http://leandrovieira.com/projects/jquery/lightbox/
	// Sample: <a href="http://dummyimage.com/800x500" rel="lightbox"><img src="http://dummyimage.com/60x60" alt="Thumb" /></a> (note the rel="lightbox")
	$('a[rel~="lightbox"]').lightBox(); // Select all links with lightbox rel
	$('a[rel~="lightbox-locatie"]').lightBox(); // Second lightbox
	// Example to add a second unique lightbox: $('a[rel~="lightbox2"]').lightBox( { containerResizeSpeed: 300 } ); // Select all links with lightbox2 rel
	// Alternate method:  $('a.lightbox').lightBox(); // Select all links with lightbox class
	
});

