$(function(){

	$('ul.locations li:last').addClass('last');
	
	$('.slideshow a.quick-product-search > img').click(function(){
	
		$(this).parent().fadeOut();
		
		return false;
	
	})

})
