 jQueryCS(function(){
	jQueryCS(".eFree .header-right a.contact-us").click(function(){
		jQueryCS(".eFree .header-right .contact-panes").slideToggle("normal");
		jQueryCS(this).toggleClass("active"); return false;
	});
	jQueryCS(".eFree .contact-panes img.cont-pns-close").click(function(){																
		jQueryCS(this).parent().css({"display":"none"})
	});
});

