$(document).ready(function(){
	if($.browser.safari){
		$("#BUYSECTION").css({
			"position" : "relative",
			"top" : "-13px"
		});
	}
});
