/**
 * Bootstrap.js - Bootstrap for all Javascript functionality
 * 
 * @author  Webstores <info at webstores dot nl>
 *           Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */

WS.DOM.ready(function() {
	
	// Visual scroller
	if(jQuery('#window .items img').length>1){jQuery('#window').scrollable({speed:800,size:1,clickable:false,globalNav:true,next:'#visual-next',prev:'#visual-prev',onSeek:function(){var slideEl=this.getItems()[this.getIndex()+1];}}).autoscroll({interval:5000}).circular().navigator({navi:'#visual-jumpers ul',activeClass:'selected'});jQuery('#visual-next, #visual-prev').click(function(e){e.preventDefault();return false;});}else{jQuery('.visual-control').addClass('hidden');}

});


