$(document).ready(function(){	

$("#nav-main li:first-child").addClass('first');
$("#nav-main li:last-child").addClass('last');
$("#promo-workshop .content li:last-child").addClass('last');
$("#promo-dvd .content li:last-child").addClass('last');
$(".nav-categories li:last-child").addClass('last');
$(".gallery li:last-child").addClass('last');
$(".hentry:last-child").addClass('last');
$(".entry-comments blockquote p:last-child").addClass('last');
$(".tweet:last-child").addClass('last');
$(".tweet blockquote p:last-child").addClass('last');
$(".class:last-child").addClass('last');
$(".aside .box:last-child").addClass('last');
$(".row .col:last-child").addClass('last');

scrolltop();
}); 

// Footer to top scroll
function scrolltop() {
$('a[rel="self"]').click(
function(){
$.scrollTo( '#stuffandnonsense-co-uk', 500 );
return false;
}
);
}

$(function() {
$('a.lightbox').lightBox();
});