//(c)2009 Dejan Marjanović @ Webarto.com
$(document).ready(function(){ 
    //tooltipovi    
	$('[title]').qtip({	      content: {	         text: false	      },	      position: {	            corner: {            			               tooltip: 'leftMiddle',	               target: 'rightMiddle'	            }	      },	      tip: true,		  style: {	      	 tip: 'leftMiddle',	         border: { width: 1, radius: 6, color: '#993333' },	         background: '#993333',	         color: '#fff',		  } 	});
	$("#ucitavanje").hide();
lista();
});
function lista(){ 
 	if($("#content").height() > "400") {	
		$("#kontejner").height($("#content").height());
	}else{
		$("#kontejner").height(400);
	} 
} 
$('body').onImagesLoad({ 
selectorCallback: lista()	
}); 



	$.swapImage(".swapImage");
	$.swapImage(".swapImageClick", true, true, "click");
	$.swapImage(".swapImageDoubleClick", true, true, "dblclick");
	$.swapImage(".swapImageSingleClick", true, false, "click");
	$.swapImage(".swapImageDisjoint");



