$(document).ready(function() {

	$('.menu_top li')
	  .hover(function() {
	   $(this).stop().animate({ paddingTop : 15 }, 'fast');
	  }, function() {
	   $(this).stop().animate({ paddingTop: 0 }, 'fast');
	  });

	$('.lang_select a')
	  .hover(function() {
	   $(this).stop().animate({ paddingTop : 18 }, 'fast');
	  }, function() {
	   $(this).stop().animate({ paddingTop: 10 }, 'fast');
	  });

	$(".product_img a").fancybox({
		'overlayShow'			: true,
		'zoomSpeedIn'			: 800,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack'
	});

	$("#photos a").fancybox({
		'overlayShow'			: true,
		'zoomSpeedIn'			: 800,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack'
	});

    $('a.newWindow').click(function(){
    window.open(this.href);
    return false;

	});
	
	Cufon.replace('.menu_top a', { fontFamily: 'HelveticaNeueLT Pro 47 LtCn', hover: true });
	Cufon.replace('.lang_select a', { fontFamily: 'HelveticaNeueLT Pro 47 LtCn', hover: true });
	Cufon.replace('.page_title', { fontFamily: 'HelveticaNeueLT Pro 47 LtCn', hover: true });
	Cufon.replace('.box_title', { fontFamily: 'HelveticaNeueLT Pro 47 LtCn', hover: true });

	

});
