$(document).ready(function(){
	jQuery(function(){jQuery(document).pngFix();});

	$("a.zoom").fancybox();
	
	$("a[rel=fotogroep]").fancybox({
		'titlePosition' 	: 'over',
		'titleFormat'       : function(title, currentArray, currentIndex, currentOpts) {
			return '<span id="fancybox-title-over"><span style="float:right">Afbeelding ' +  (currentIndex + 1) + ' / ' + currentArray.length + '</span>' + (title && title.length ? title : '&nbsp;' ) + '</span>';
		}
	});

});

function footer_ani(){
	var tel=0;
	if(tel<4) tel++; else tel=1;
	$('#dealerbox').animate({left:'-=80px'}, {queue:false, duration: 500, easing: 'easeOutExpo', complete: callback});
	function callback(){
		var cur_id = $('#dealerbox div:first').attr('id');
		$('#dealerbox div:first').attr('id','old').clone(true).attr('id',cur_id).appendTo('#dealerbox');
		$('#dealerbox div#old').remove();
		$('#dealerbox').css('left',0);
	};
}
setInterval(footer_ani, 5000);
