$(document).ready(function() {
	$(".bildspel")
	.cycle({ 
		fx:			"scrollHorz", 
		speed:		"slow", 
		timeout:	7000, 
		pager:		".bildspelNav",
		pause:		true
	});
});

$(window).load(
    function() {
		$('.bildspelContainer').fadeIn(1000);
	}
);
