jQuery(function($){
  $('form.ss').jqTransform({imgPath:'jqtransformplugin/img/'});
  $('.hotove-nahled').hover(function(){
		$(".cover", this).stop().animate({top:'115px'},{queue:false,duration:160});
	}, function() {                                                              
		$(".cover", this).stop().animate({top:'180px'},{queue:false,duration:160});
	});



  $("#slider").easySlider({
		auto: false, 
		continuous: true,
		numeric: true
	});
});
