$(document).ready(function(){
	
	$(".section ul.itemsLong > li").addClass("topDashLong");
	$('ul.itemsLong > li:last-child').css("border-bottom", 0);
	$(".section ul.itemsLong > li:last div.video-tn").css("padding-bottom", "5px");
	//$('ul.itemsLong > li:first-child').next().css("border-bottom", 0);
	
	$(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344});
});
