﻿$(document).ready(function() {		
	
			$("#mentions").fancybox({
				'width'				: '75%',
				'height'			: '75%',
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
			});	

    $("#newsletter").fancybox({
            'width'				: '50%',
            'height'			: '65%',
            'autoScale'			: false,
            'transitionIn'		: 'none',
            'transitionOut'		: 'none',
            'type'				: 'iframe'
          });	 

    $('#menubaslong li a').hover(function(){
    $(this).stop(true, true).animate({
      opacity : 0.2
    }, 200, function(){
      $(this).css({
        color:'#FFF'
      });
    });
    $(this).stop(true, true).animate({
      opacity : 1
    }, 200);
  },function(){
    $(this).stop(true, true).animate({
      opacity : 0.2
    }, 200, function(){
      $(this).css({
        color:'#8F8D8D'
      });
    });
    $(this).stop(true, true).animate({
      opacity : 1
    }, 200);
  });
  
  
  
   $('#menuhautlong li a').hover(function(){
    $(this).stop(true, true).animate({
      opacity : 0.2
    }, 200, function(){
      $(this).css({
        color:'#FFF'
      });
    });
    $(this).stop(true, true).animate({
      opacity : 1
    }, 200);
  },function(){
    $(this).stop(true, true).animate({
      opacity : 0.2
    }, 200, function(){
      $(this).css({
        color:'#8F8D8D'
      });
    });
    $(this).stop(true, true).animate({
      opacity : 1
    }, 200);
  });

  
     $('#menuhautlongshopping li a').hover(function(){
    $(this).stop(true, true).animate({
      opacity : 0.2
    }, 200, function(){
      $(this).css({
        color:'#FFF'
      });
    });
    $(this).stop(true, true).animate({
      opacity : 1
    }, 200);
  },function(){
    $(this).stop(true, true).animate({
      opacity : 0.2
    }, 200, function(){
      $(this).css({
        color:'#8F8D8D'
      });
    });
    $(this).stop(true, true).animate({
      opacity : 1
    }, 200);
  });

  
  

  
		});
