/* <![CDATA[ */
		jQuery().ready(function($) {
			$("#cauta, #newstxt, #txtNume, #txtTelefon").defaultvalue("Cauta un magazin, un brand sau...", "Completeaza cu adresa de email ...", "informatie obligatorie", "informatie obligatorie");
			$('#oferte > ul').tabs({ fx: { opacity: 'toggle' } }).tabs('rotate', 5000);
			
			// Tabs
			$('#tabs').tabs();
			
			//hover states on the static widgets
			$('#dialog_link, ul#icons li').hover(
				function() { $(this).addClass('ui-state-hover'); }, 
				function() { $(this).removeClass('ui-state-hover'); }
			);
			
			//--Slide menu
			$('.shops, .logos').accordion({
				active: false,
				header: 'a.show',
				//animated: false,
				alwaysOpen: false,
				autoheight: false
			});
			//--End Slide menu
			
			$('ul.sf-menu').superfish();
			
			
			
		});
		
/* ]]> */