Cufon.set("fontFamily", "Simeiz");
Cufon.replace('.phone_header , .phone_footer');
Cufon.set("fontFamily", "SonetSerif");
Cufon.replace('.more , .col , .room , .all_room',{
textShadow: "1px 1px rgba(0, 0, 0, 0.2)"
});
Cufon.set("fontFamily", "Vijaya");
Cufon.replace('.sitename');
Cufon.set("fontFamily", "SonetSerif");
Cufon.replace('.number , .podrobnee');

$(function() {
	$("ul.nav_top li:last").css("background-image","none");
	$("div.blocks_article:odd").css("border-right","none");
	$("div.blocks_article:odd").css("padding-left","12px","width","262px");
	$("div.blocks_article:gt(1)").css("border-bottom","none"); 
	$("div.blocks_top:first").css("border-bottom","none");
	$("div.blocks_top:first").css("margin-left","0px");
});
	
	   
$(document).ready(function(){
	$("#thumbnail li a").click(function(){
		$("#large img").attr({"src": $(this).attr("href"), "title": $("> img", this).attr("title")});
		$("#large h2").html($("> img", this).attr("title"));
		return false;
	});
	$("#large>img").load(function(){$("#large>img:hidden").fadeIn("slow")});
});	   
	  

