﻿jQuery(window).load(function() {
    jQuery.noConflict();	
	jQuery('#slider').nivoSlider({
			effect: 'fade',
			directionNav: false,
			controlNav: false,
			keyboardNav: false,
			pauseTime: 3000,
			animSpeed: 1000,
			captionOpacity: 0
	});
	
	
});

jQuery(document).ready(function(){
	jQuery("a[rel='lightbox']").colorbox({rel:'nofollow'});
	jQuery("#leftMenu a, #leftMenu2 a").each(function() {
		var hreflink = $(this).attr("href");
		if (hreflink.toLowerCase()==location.href.toLowerCase()) {
			jQuery(this).parent("li").addClass("selected");
	}
	});
	
	var navHeight = $("#leftMenu2").height();
	var navHeight = navHeight - 36;
			
	$("#colInfoKat").css('min-height',navHeight);
	
	
});
