// JavaScript Document
$(document).ready(function(){
	$('div.product-detail-header').corner("10px");
});