jQuery(document).ready(function($){	t=setInterval("animate_contact_button_to_move_left_and_right()",5000);	
																								 
																								 
																								 

// using default options
$("#scroller").simplyScroll({
			autoMode: 'loop'
		});



																								 
																								 
																								 })		
function animate_contact_button_to_move_left_and_right(){	
$(".header-contact").animate({marginRight: "310px"},100);		
$(".header-contact").animate({marginRight: "305px"},100);
$(".header-contact").animate({marginRight: "310px"},100);		
$(".header-contact").animate({marginRight: "305px"},100);
$(".header-contact").animate({marginRight: "310px"},100);			
$(".header-contact").animate({marginRight: "305px"},100);	


		}	
		
		 