$(function(){
  $("li:last-child").addClass("last-item");
  $("p:last-child").addClass("p-last-item");
});

$(document).ready(function(){
	$(".colorbox").colorbox({width:"43%", height:"80%", iframe:true});
});
