$(document).ready(function(){
	
	/*
	$("#buy-details").hide();

	$("#show-buy").click(function(event){
		event.preventDefault();
		$("#buy-details").toggle();
	});
	*/
});
