$(document).ready(function(){ 

  $(".fancybox").fancybox();  

  $( "#tabs" ).tabs({
			ajaxOptions: {
				error: function( xhr, status, index, anchor ) {
					$( anchor.hash ).html("jlh");
				}
			}
		});

  /*$("#tabs_za_odjemalce").tabs({
	  select: function(event, ui) {
      var url = $.data(ui.tab, 'load.tabs');
      if( url ) {
          location.href = url;
          return false;
      }
      return true;
  }


	  
  });*/
  
  $('#text_fade').innerfade({  speed: 250, timeout: 6000, type: 'random' }); 


  $('.faq h3').click(function() { $(this).next('.faq div').slideToggle('slow'); });
  $('.faq2 h3').click(function() { $(this).next('.faq2 div').slideToggle('slow'); });

  $(".katalog").fancybox({ 'hideOnContentClick': false, 'overlayShow':	true, 'overlayOpacity': 0.8, 'frameWidth': 800, 'frameHeight': 600 });
  
  

  
  $("table.table").removeAttr("border");
  $("table.table").removeAttr("cellpadding");
  $("table.table").removeAttr("cellspacing");
  $("table.table").removeAttr("style");
  $("table.table tr:even").addClass("first");
  $("table.table tr:odd").addClass("second");
  
  
  
  
});   
