// design by http://www.drakov.info
$(document).ready(function(){

	$('a.lightbox').lightBox({
		overlayBgColor: '#000000',
		overlayOpacity: 0.6,
		imageLoading: 'images/lightbox-ico-loading.gif',
		imageBtnClose: 'images/lightbox-btn-close.gif',
		imageBtnPrev: 'images/lightbox-btn-prev.gif',
		imageBtnNext: 'images/lightbox-btn-next.gif',
		containerResizeSpeed: 350,
		txtImage: 'Снимка',
		txtOf: 'от'});


		//	animate top nav
		//	$('a.nav_link')
		//	.mouseover(function(){
		//		$(this).animate({marginTop: "-10px"}, 250);
		//		$(this).click(function(){
		//			$(this).animate({marginTop: "0px"}, 250);
		//			stop();
		//		});
		//	})
		//	.mouseout(function(){
		//		$(this).animate({marginTop: "0px"}, 250);
		//	});

		$('.contact-form').validate();
});
