$(document).ready( function(){ 
	$('#address').corner("top 10px #4A5763").corner("bottom 10px #424E5C");	
	$('#laatstenieuwskop').corner("4px #5D6672");	
	$('#serviceskop').corner("4px #5D6672");				

	$('#occasion_foto li').corner("top 5px #5D6672").corner("bottom 5px #4D5765");

	$(".auto .autocarousel").jCarouselLite({
		btnNext: ".auto .but_volgende",
    	btnPrev: ".auto .but_vorige",
	    speed: 1000,
		visible: 4,
		start: 4,
		scroll: 4
	});

	$('#occasion_foto').innerfade({ 
		animationtype: 'fade', 
		speed: 2000, 
		timeout: 6000, 
		containerheight: '210px' 
	}); 
	
	$('#logos').innerfade({ 
		animationtype: 'fade', 
		speed: 1000, 
		timeout: 3000, 
		containerheight: '100px' 
	});
	
	$('#header_foto').innerfade({ 
		animationtype: 'fade', 
		speed: 2000, 
		timeout: 10000, 
		containerheight: '154px' 
	});
	
	$('.subnavigatie').corner("tl bl 10px");

//	$('.carbox').corner("bl br 10px");
	$('.carbox').shadow();

});