$(document).ready(function() {
	
	// PageScroll
	$(".anchor").click(function (e){
		pageScroll(0, $(this).attr("href"));
		return false;
	});
	
});

$(function() {
	$(document).ready(function(){
		var prop = {
			"border":"none"
		}
		$("div#news dd:last-child").css(prop);
	})
	
	;$(document).ready(function(){
		var prop2 = {
			"margin":"0"
		}
		$("section#shop ul li:last-child").css(prop2);
	});
});
