$(document).ready(function(){
	
	if ( $('.pointer').css('margin-left') == '170px' )
	{
		$("#actus").hover(function(){$('.pointer').stop().animate( {marginLeft: '314px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '170px'}, 'slow')});
		
		$("#presentation").hover(function(){$('.pointer').stop().animate( {marginLeft: '440px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '170px'}, 'slow')});
		
		$("#collection").hover(function(){$('.pointer').stop().animate( {marginLeft: '567px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '170px'}, 'slow')});
		
		$("#contact").hover(function(){$('.pointer').stop().animate( {marginLeft: '722px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '170px'}, 'slow')});
	} 
	
	
	
	if ( $('.pointer').css('margin-left') == '314px' )
	{
		$("#accueil").hover(function(){$('.pointer').stop().animate( {marginLeft: '170px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '314px'}, 'slow')});
		
		$("#presentation").hover(function(){$('.pointer').stop().animate( {marginLeft: '440px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '314px'}, 'slow')});
		
		$("#collection").hover(function(){$('.pointer').stop().animate( {marginLeft: '567px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '314px'}, 'slow')});
		
		$("#contact").hover(function(){$('.pointer').stop().animate( {marginLeft: '722px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '314px'}, 'slow')});
	} 
	
	
	
	if ( $('.pointer').css('margin-left') == '440px' )
	{
		$("#accueil").hover(function(){$('.pointer').stop().animate( {marginLeft: '170px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '314px'}, 'slow')});
		

		$("#actus").hover(function(){$('.pointer').stop().animate( {marginLeft: '314px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '314px'}, 'slow')});
		
		
		$("#collection").hover(function(){$('.pointer').stop().animate( {marginLeft: '567px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '314px'}, 'slow')});
		
		$("#contact").hover(function(){$('.pointer').stop().animate( {marginLeft: '722px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '314px'}, 'slow')});
	} 
	
	
	
	if ( $('.pointer').css('margin-left') == '567px' )
	{
		$("#accueil").hover(function(){$('.pointer').stop().animate( {marginLeft: '170px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '567px'}, 'slow')});
		

		$("#actus").hover(function(){$('.pointer').stop().animate( {marginLeft: '314px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '567px'}, 'slow')});
		
		$("#presentation").hover(function(){$('.pointer').stop().animate( {marginLeft: '440px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '567px'}, 'slow')});
		
		
		$("#contact").hover(function(){$('.pointer').stop().animate( {marginLeft: '722px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '567px'}, 'slow')});
	} 

	
	
	if ( $('.pointer').css('margin-left') == '722px' )
	{
		$("#accueil").hover(function(){$('.pointer').stop().animate( {marginLeft: '170px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '722px'}, 'slow')});
		

		$("#actus").hover(function(){$('.pointer').stop().animate( {marginLeft: '314px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '722px'}, 'slow')});
		
		$("#presentation").hover(function(){$('.pointer').stop().animate( {marginLeft: '440px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '722px'}, 'slow')});
		
		
		$("#collection").hover(function(){$('.pointer').stop().animate( {marginLeft: '567px'}, 'slow')}, function(){$('.pointer').animate( {marginLeft: '722px'}, 'slow')});

	} 

	

$(/*"#up"*/).click(function(){$("#collection_listing").animate({marginTop: '+=31px'}, 'slow')});
$(/*"#down"*/).click(function(){$("#collection_listing").animate({marginTop: '-=31px'}, 'slow')});


});
	
