var myGallery;
		window.addEvent("domready", function(){
				if(typeof(JSGallery2)=='function'){
				myGallery = new JSGallery2($$('.thumbnail'), $('bigImage'), $('pageContainer'), {'prevHandle': $('prev'), 'nextHandle': $('next'), 'loadingImage': 'loading.gif','borderWidthDeselected':8,'borderWidthSelected':12,'titleTarget':'opisSlike','loadingMask':'#000','loadingOpacity':0.4});
				};
				if($chk($('qcontacts-error')))
				$('qcontacts-error').addEvent('click', function(e){this.setStyle('left','-3000px')});
				//				setTimeout("$('qcontacts-error').setStyle('left','-3000px')", 4000);



		});

