$(document).ready(function() {
	$("#container").corner("bottom");
	$("#content").corner();
	$("#gallery").corner();
	$("#google_map").corner();
	$("#title").corner("top");
	$(".left_container").corner();
	$(".offer").corner();
	$(".topMenu").corner("10px");
	$(".searchTicketButton").corner();
});

