$(function() {
	$("#imageGallery li a:first-child").hover(function() {
		$(this).css("border-color","#474343");
	});
});
