window.addEvent('domready',function()
{
	new viewer($$('#box img)'),
	{
		mode: 'alpha',
		interval: 6000
	}).play(true);

	$('query').onfocus = function()
	{
		if (this.value == "vyhledat produkt")
		{
			this.style.textAlign = 'left';
			this.value = '';
		}
	}

});
