		$(function() {
			$('.tog').find('form').hide().bind('click', function(e) {if (e.stopPropagation) e.stopPropagation(); e.cancelBubble = true;});
			$('.tog').bind('click', function() { $('form', this).toggle('slow'); }) ;
			$('.meni').removeClass("nsmn").wrap('<div class="outer"></div>').corner("round 8px").parent().css('padding', '1px').corner("round 10px");
			$('div.slike img').dropShadow();
			$('div.clan p.slika img').dropShadow("left: 2; top: 2");
			var imgnrtest = $('#galerija img').length;
			 if(imgnrtest > 1) {$('#galerija').cycle({ fx: 'shuffle',left: 300, speed: 700, timeout: 3000, next: '#galerija', pause: 1 }); }
			else {$('#galerija img').dropShadow("left: 2; top: 2;");}
			});	
