$(document).ready(function(){

	$('.imageSlideWrapper .imageSlideContainer .imageSlide').cycle({ 
		fx:    	 	'fade',
		easeIn:  	'easeInOutQuad', 
		easeOut: 	'easeInOutQuad',  
		speed:  	'1000', 
		timeout: 	6000, 
		next:   	'.imageSlideWrapper .next',
		prev:   	'.imageSlideWrapper .prev'
	}); 
	$('.imageSlideWrapperSmall .imageSlideContainer .imageSlide').cycle({ 
		fx:     	'fade',
		easeIn:  	'easeInOutQuad', 
		easeOut: 	'easeInOutQuad',  
		speed:  	'1000', 
		timeout: 	0, 
		next:   	'.imageSlideWrapperSmall .next', 
		prev:   	'.imageSlideWrapperSmall .prev'  
	}); 
	$(".nav").css({ opacity: 0.8 });
	$(".bildetekst").css({ opacity: 0.8 }); 
	
});
