// JavaScript Document
$(document).ready(function() {
       	$("a.fb").fancybox({
        });
	$(".thickbox").fancybox({
    'titlePosition' : 'inside',
				'titleFormat'		: function(title, currentArray, currentIndex, currentOpts) {
					return 'Bild ' + (currentIndex + 1) + ' von ' + currentArray.length + (title.length ? '<br /><strong>' + title + '</strong>' : '');
				}
  });
	$(".SuV a").fancybox({
		'href'  : 'popup_content.php?coID=1'
	});
	$(".BpSuV a").fancybox({
		'href'  : 'popup_content.php?coID=1'
	});
	$(".mLSuV a").fancybox({
		'href'  : 'popup_content.php?coID=1'
	});
	$(".MiniCartLegal a").fancybox({
		'href'  : 'popup_content.php?coID=1'
	});






});

function aktualisiereMiniCart(){
  $('#MiniCart').load('ajax.php?opt=MiniCart');
}
