
$(document).ready(function() {
	$("a.slideshow").fancybox({
		'imageScale': true,
		'hideOnContentClick': true
	});
	jQuery("ul.jcarousel-skin-tango").jcarousel({
	}); 
});

