$(document).ready(function(){				
				$('.img_content').hover(function(){
					$(".cover.hlavni", this).stop().animate({left:'0px'},{queue:false,duration:400});
				}, function() {
					$(".cover.hlavni", this).stop().animate({left:'255px'},{queue:false,duration:400});
				});
				$('.img_content').hover(function(){
					$(".cover.osvedceni_info", this).stop().animate({top:'-100px'},{queue:false,duration:400});
				}, function() {
					$(".cover.osvedceni_info", this).stop().animate({top:'0px'},{queue:false,duration:400});
				});
});
