$(document).ready(function() {
	$('.bildspel-js').show();
	$('.bild-ej-js').hide();
});


$(function(){
	$('#slider').anythingSlider({
		buildNavigation: false,      // If true, builds a list of anchor links to link to each panel
		pauseOnHover: true,      // If true & the slideshow is active, the slideshow will pause on hover
		delay: 12000,      // How long between slideshow transitions in AutoPlay mode (in milliseconds)
		animationTime: 3000,       // How long the slideshow transition takes (in milliseconds)
		autoPlayLocked: true     // If true, user changing slides will not stop the slideshow
	});
});
