jQuery(document).ready(function(){
		
	///////////////////////////////////////////////////////////////////////////////////////////////////////
	//	Lightbox
	///////////////////////////////////////////////////////////////////////////////////////////////////////
		if(jQuery("a.lightbox").length > 0)
		{
	   		$('a.lightbox').lightBox({
				overlayBgColor: '#000',
				overlayOpacity: 0.8, 
				imageLoading: '/images/lightbox-ico-loading.gif',
				imageBtnClose: '/images/lightbox-btn-close.gif',
				imageBtnPrev: '/images/lightbox-btn-prev.gif',
				imageBtnNext: '/images/lightbox-btn-next.gif',
				containerResizeSpeed: 350,
				txtImage: 'Slika',
				txtOf: 'od'
			});
		}
	   	
	///////////////////////////////////////////////////////////////////////////////////////////////////////
	//	superfish menu
	///////////////////////////////////////////////////////////////////////////////////////////////////////
	if(jQuery("div#mainNav").length > 0)
	{
		jQuery("ul.sf-menu").superfish().find('ul').bgIframe({
			opacity:true,
			delay:       200,								// half second delay on mouseout 
			animation:   {opacity:'show',height:'show'},	// fade-in and slide-down animation 
			speed:       'fast',                        	// faster animation speed 
			autoArrows:  false,                           	// disable generation of arrow mark-up 
			dropShadows: true                            	// disable drop shadows
		});
	}

	
}); // end document.ready

	///////////////////////////////////////////////////////////////////////////////////////////////////////
	//	DW
	///////////////////////////////////////////////////////////////////////////////////////////////////////

	function MM_openBrWindow(theURL,winName,features) { //v2.0
		  window.open(theURL,winName,features);
		}
		
	function MM_goToURL() { //v3.0
		  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
		  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
		}
	
	