$(document).ready(function(){
    $('#slider').nivoSlider({effect: 'fade', pauseTime: 4000});
		$('#recent-posts .item:last-child').addClass('last');
		$('#archives li:last-child').addClass('last');
		$('#footer-recent-posts .item:last-child').addClass('last');
		$('#footer-archives li:last-child').addClass('last');
		$('#posts .post:first-child').addClass('first');
		$('#posts .post:last-child').addClass('last');
		$('#posts .post:even').addClass('even');
		$.preloadCssImages();
});
