
$(document).ready(function(){	
	for(i=0;i<6;i++){	
		$("#nextBtn").animate({ left:'889px'},'slow');
		$("#prevBtn").animate({ left:'0px'},'slow');
		
		$("#nextBtn").animate({ left:'899px'},'slow');		
		$("#prevBtn").animate({ left:'-10px'},'slow');		
	}
});

