$(document).ready(function()
{
	$('#autocomplete_query').addClass('instruction');
	$('#autocomplete_query').click(function(){$(this).removeClass('instruction');});
	$('#breadcrumb .toggler').mouseover(function(){$(this).next().slideToggle('fast');});
});
