



$(document).ready(function() {
	
	//visina text boxa
	var text_strane = document.getElementById('content').offsetHeight;
	if (text_strane<=520) $(".footer_back").css({height : 778});
	
	//provera forme
	$("#form_chk").validate();
	
	
	//galerija
	$("a[rel^='galerijaPhoto']").fancybox({
	   titlePosition : 'inside',
	   cyclic : true,
	   centerOnScroll : true,
	   showNavArrows : false,
	   'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
		 return '<span class="fb_prev imgreplace"><a onclick="$.fancybox.prev()"><span></span>Previous</a></span> <span class="fb_next imgreplace"><a onclick="$.fancybox.next()"><span></span>Next</a></span> <strong>' + title + '</strong> <em>Picture <strong>' +  (currentIndex + 1) + '</strong> of <strong>' + currentArray.length + '</strong></em>';
		}
	});
				

});


//$('#heder').html(x_poz +', '+ y_poz);
//window.alert(slikaW);
