// JavaScript Document
	$(document).ready(function(){ 
			$("a").find("img").parent().css("border-bottom", "none");		
	});
		
