
///// Gallery List
$(function(){
	$("#topOsLogo li:nth-child(5n)").css("margin-right", "0");
	
	//Gallery thumbnail
	$(".thumbPh li:nth-child(4n)").css("margin-right", "0");
	$('.thumbPh a').lightBox();
});

