$(document).ready(function() {
	
	//*
	//Funkcija pievieno izvēlnei slīdošo elementu
	//*
	$('#single.single-news #main-menu #menu-item-35').addClass('selectedLava');
	$('#single.single-women #main-menu #menu-item-38').addClass('selectedLava');
	$('#single.single-men #main-menu #menu-item-37').addClass('selectedLava');
	$('#single.single-weddings #main-menu #menu-item-36').addClass('selectedLava');

	$('ul#menu-menu').lavaLamp({
		fx: "easeOutExpo",
		speed: 1800
	});
	
	
	//*
	//Funkcija kontaktu lapā kontaktu formas parādīšanās nodrošināšanai
	//*
	 
	 
	 $("#right-content a.article-image, #right-content .gallery-icon a").fancybox({
		padding : 0,
		margin : 40,
		opacity : false,
		modal : false,
		cyclic : false,
		scrolling : 'no',	// 'auto', 'yes' or 'no'
		width : 560,
		height : 340,
		autoScale : true,
		autoDimensions : true,
		centerOnScroll : true,
		ajax : {},
		swf : { wmode: 'transparent' },
		hideOnOverlayClick : true,
		hideOnContentClick : false,
		overlayShow : true,
		overlayOpacity : 0.6,
		overlayColor : '#fff',
		titleShow : true,
		titlePosition : 'over', // 'float', 'outside', 'inside' or 'over'
		titleFormat : null,
		titleFromAlt : true,
		transitionIn : 'fade', // 'elastic', 'fade' or 'none'
		transitionOut : 'fade', // 'elastic', 'fade' or 'none'
		speedIn : 300,
		speedOut : 400,
		changeSpeed : 300,
		changeFade : 'fast',
		easingIn : 'swing',
		easingOut : 'fade',
		showCloseButton	 : true,
		showNavArrows : true,
		enableEscapeButton : true,
		enableKeyboardNav : true,
		onComplete	:	function() {
			$("#fancybox-wrap").hover(function() {
				$("#fancybox-title").show();
			}, function() {
				$("#fancybox-title").hide();
			});
		}
	});
	
	
			
	
	
	
	
});
