$(document).ready(function(){
	$('.tip').poshytip({
		className: 'tip-twitter',
		showTimeout: 500,
		alignTo: 'target',
		alignX: 'center',
/* 		alignY: 'center',		 */
		offsetY: 10,
		allowTipHover: true,
		fade: true,
		slide: true,
		slideOffset: 20
	});
	$('.tip-form').poshytip({
		className: 'tip-twitter',
		showOn: 'focus',
		alignTo: 'target',
		alignX: 'right',
		alignY: 'center',
		offsetX: 5
	});
	

	$('a.toggle').click(function() {
	    $(this).next('div').slideToggle(400);
	    return false;
	});
	
	$(".result_count_fade").stop().animate({ color: "#000000" }, 5000);		
	
;	

});
