$(document).ready(function() {

		$('li.headlink a').hover(
			function() { $('ul', this).css('display', 'block'); },
			function() { $('ul', this).css('display', 'none'); 
		});

	$('.jcarousel-skin-noab').jcarousel({
		scroll: 1,
		auto: 2,
		wrap: 'both'
	});
	
	$('a.lightbox').fancybox();
	
	$('#scrollContent').jScrollPane({showArrows: false, scrollbarMargin: 0, scrollbarWidth: 8});
	
	label2value();

});
