$(document).ready(function(){
	
	$('.section .top').not(":last").remove();
	$('.section:last').css("border-top", "1px solid #834d1f");
	$(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344});
	$(".youtube2").colorbox({iframe:true, innerWidth:425, innerHeight:344});
});
