///// Gallery Detail Thumbnails
$(function(){
	$("#gllWrkAreaNew li:nth-child(3n)").after("<li style='width:560px;height:1px;margin:0'></li>");
});
