function prikazi_tocku(str){
	$("#infoo").slideUp(800, function() {
    $("#infoo").load('tocka.php?t_id='+str+'&sid='+ Math.random(), function(){ 
    $("#infoo").slideDown(800);
   		});
	});	
	
};


$(document).ready(function(){  
 		$('.boxgrid.captionfull').hover(function(){  
        $(".cover", this).stop().animate({top:'125px'},{queue:false,duration:260});  
   		 }, function() {
		$(".cover", this).stop().animate({top:'160px'},{queue:false,duration:260});  
     });  

});

