$(document).ready(function() {
	//$("#logo").corner("round 7px");
	//$("#main").corner("round 7px");
	$("#navigation").corner("round 7px");
	$("#header").corner("round 7px");
	$("#tranzbooking").corner("round 7px");
	$("div.calltoaction h2").corner("round 7px");
	$("div.calltoaction_red h2").corner("round 7px");
	$("div.calltoaction div.actioncontent div.right span").corner("round 7px");
	
});