// JavaScript Document

		//<!--
			$(function(){
				//MENU
				$("#menu ul li a").hover(
							 
					function()
					{
						$(this).parent().css('background-image', 'url(/img/b2.gif)');
						
					},
					function()
					{
						$(this).parent().css('background-image', 'url(/img/b1.gif)');
					}
				);
			});
		// --> 
	
   			$(function() {
        		$('.img-post a').lightBox();
				$('.thumbs-photo-projects a').lightBox();
				$('.thumbs a').lightBox();
    		});



  $(document).ready(function(){
    $("#commentForm").validate();
  });


