$(document).ready(function(){	
	$('.lbox, .galeria_fotky a, #fotografie a').lightBox({
			imageLoading: '/images/lightbox-ico-loading.gif',
			imageBtnClose: '/images/lightbox-btn-close.gif',
			imageBtnPrev: '/images/lightbox-btn-prev.gif',
			imageBtnNext: '/images/lightbox-btn-next.gif',
			imageBlank: '/images/lightbox-blank.gif',
			containerResizeSpeed: 200,
			txtImage: 'Obrázok',
			txtOf: '/'
		});
	
	$(".vzorky").click(function(event){
		$("#kontakt").fadeIn("slow");
		$("#kontaktB").fadeIn("slow");
	 	event.preventDefault();
		});
	$(".nezavazna").click(function(event){
		$("#kontaktO").fadeIn("slow");
		$("#kontaktB").fadeIn("slow");
	 	event.preventDefault();
		});
	$("#kontaktB").click(function(event){
	 	$("#kontakt").fadeOut("slow");
	 	$("#kontaktO").fadeOut("slow");
		$("#kontaktB").fadeOut("slow");
		$("#stav2").fadeOut("slow");
	 	event.preventDefault();
		});
	$("#closecontact").click(function(event){
	 	$("#kontakt").fadeOut("slow");
		$("#kontaktB").fadeOut("slow");
		$("#stav2").fadeOut("slow");
	 	event.preventDefault();
		});
	$("#closecontactO").click(function(event){
	 	$("#kontaktO").fadeOut("slow");
		$("#kontaktB").fadeOut("slow");
		$("#stav2").fadeOut("slow");
	 	event.preventDefault();
		});
});
