
$(document).ready(function(){

	$('div.gallery a').lightBox();
	
	//$('span.featured-title').mouseover().css('background','url("img/semi-trans2.png") top left repeat');

	$("div#featured_posts ul li a span").hover(function() { 
		$(this).removeClass("featured-title");
		$(this).addClass("featured-title-hover");
	}, function() {
		$(this).removeClass("featured-title-hover");
		$(this).addClass("featured-title");
	});
});




$(function() {
	$("#menu ul").lavaLamp({
		fx: "backout",
		speed: 700
    });
});
