$(function(){

	hs.graphicsDir = '/js/highslide/graphics/';
	hs.align = 'center';
	hs.fadeInOut = true;
	hs.outlineType = 'drop-shadow';

	$(".highslide").click(function(){
		return hs.expand(this);
	});
	
	$("#search_main_input").focus(function(){
		$(this).attr('value','');
	});
	
	
});
