$(document).ready(function() {
						   
	var itemw = $("#mainslider").width();
	$(".item").css("width", itemw);
	
	var slideh = $("#slide").height();
	$("#oglasnat").css("height", slideh);
	
	$("#item").css("vertical-align", "middle");
	$("#item").css("line-height", "200px");
	$("#item").css("padding", "50px");
	$('#topmenu1 ul li:last-child').css('border','0');
	$('#topmenu2 ul li:last-child').css('border', '0');
});

function resizer(){
	
	
	var itemw = $("#mainslider").width();
	$(".item").css("width", itemw);
	
}


  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-20321818-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


