$(document).ready(function(){
						   
		Cufon.replace('h1#logo');
						   
		$("a.colorbox").attr("rel","colorbox");
		$("a[rel='colorbox']").colorbox({width:"85%", height:"85%"});
		
		$("a.visite_virtuelle").attr("rel","facebox");
		$('a[rel*=facebox]').facebox();
		
		
}); 

$(function() {         
    // initialize scrollable  
    $("div.scrollable").scrollable({ 
        size: 1, 
        items: '#thumbs',   
        hoverClass: 'hover' 
    });     
	$(".navi a").each(function(i){
				$(this).html("<strong>"+(i+1)+"</strong>")
	})
});

