$(document).ready(function(){
	/*
	$('.produktdetaljer .hoved a').lightBox({
		imageLoading:			'/bildegalleri/v2.2/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
		imageBtnPrev:			'/bildegalleri/v2.2/images/lightbox-btn-prev.gif',			// (string) Path and the name of the prev button image
		imageBtnNext:			'/bildegalleri/v2.2/images/lightbox-btn-next.gif',			// (string) Path and the name of the next button image
		imageBtnClose:			'/bildegalleri/v2.2/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
		imageBlank:				'/bildegalleri/v2.2/images/lightbox-blank.gif'
										});
	*/
	$('.bilderull ul').innerfade({ 
		speed: 'slow', 
		timeout: 4000, 
		type: 'sequence', 
		containerheight: '250px'
	});
	
});