$(document).ready(function(){

	$(".alert-message").alert()
	
	//$("a[href^='http:']").not("[href*='verhaarauto.local']").attr('target','_blank');

	$('div.photos a').fancybox({'type':'image'});
	
	$("#verhaar-carousel").carouFredSel({
		auto : { 
			play	: true,
			pauseDuration	: 5000,
			delay	: 1000,
			pauseOnHover: true
		},
		prev : {	
			button	: "#ss-prev",
			key		: "left"
		},
		next : { 
			button	: "#ss-next",
			key		: "right"
		}
	});

});
