
	          $(function(){
	        		$(".page-item-2").hover(function(){
	        			$(".position").stop().animate({left:"-80px"},{queue:false,duration:200});
	        		});
	        		$(".page-item-18").hover(function(){
	        			$(".position").stop().animate({left:"45px"},{queue:false,duration:200});
	        		});
	        		$(".page-item-20").hover(function(){
	        			$(".position").stop().animate({left:"167px"},{queue:false,duration:200});
	        		});
	        		$(".page-item-28").hover(function(){
	        			$(".position").stop().animate({left:"335px"},{queue:false,duration:200});
	        		});
	        		$(".page-item-22").hover(function(){
	        			$(".position").stop().animate({left:"510px"},{queue:false,duration:200});
	        		});
	        		$(".page-item-24").hover(function(){
	        			$(".position").stop().animate({left:"640px"},{queue:false,duration:200});
	        		});
	        		$(".page-item-26").hover(function(){
	        			$(".position").stop().animate({left:"755px"},{queue:false,duration:200});
	        		});
        	});

function sterge(element)
{
	element.value = null;
	element.onclick = null;
}
