$(document).ready(function() {
	$('.menuPoga').hover(function() {
		$(this).addClass("menuPogaOver");
	}, function() {
		$(this).removeClass("menuPogaOver");
	});
	
	$("a.galerija").fancybox({
		'zoomSpeedIn':		0, 
		'zoomSpeedOut':		0, 
		'zoomSpeedChange':	0,
		'overlayShow':		true,
		'centerOnScroll':	false,
		'imageScale': true
	});
	
	$("a.slidegalerija").fancybox({
		'zoomSpeedIn':		0, 
		'zoomSpeedOut':		0, 
		'zoomSpeedChange':	0,
		'overlayShow':		true,
		'centerOnScroll':	false,
		'imageScale': true
	});
	
	$( "#bottomslide" ).imageScroller( {speed:'5000', loading:''} );
	
	$("#vards").click(function(){   
		dsadsa = $(this).val();
		if(dsadsa=='Vārds'){
			$(this).val('');
		}
	});
	
	$("#epasts").click(function(){   
		dsadsa = $(this).val();
		if(dsadsa=='E-pasts'){
			$(this).val('');
		}
	});
	
	$("#jautajums").click(function(){   
		dsadsa = $(this).val();
		if(dsadsa=='Jautājums'){
			$(this).val('');
		}
	});
	
});
