$(function() {
	$("#framil #content-navigation ul:first").accordion({
	head: ".head",
    active: ".current_page_item", 
    navigation: true, 
    event: 'click', 
    autoHeight: false,
    animated: 'easeslide'
});

$("#framil #content-navigation-items").accordion("activate", "a[href='"+window.location+"']").accordion("disable").ready(
function()
{$("#framil #content-navigation-items a[href!='"+window.location+"'] + ul").hide();}
);
$(".current_page_ancestor div").css("display","block");

$("#content-navigation a").click(function(){
window.location=$(this).attr("href");
}
)

$("#gallery a.thickbox:first img").load(function(){$(this).css("padding-top","1.5em");});	

});