$(document).ready(function() {

	$('#imageGallery a').fancybox();
	$('#subnav a').fancybox();
	$('#subnav a.tekniset').fancybox({ 'frameHeight': 400 });

	var pos_left = $('#nav ul li.current').offset().left;
	pos_left = pos_left + $('#nav ul li.current').width() / 2 + 20;

	$('#navArrow img').css('marginLeft', pos_left);

	/*$('#nav ul li').mousemove(function(e){

		$('#navArrow img').animate({ marginLeft:  e.clientX}, 500);

	}).mouseout(function() {

		$('#navArrow img').css('marginLeft', pos_left);

	});
	*/
});
