﻿// code not needed anymore as the new designer.js contains it


// Document ready 
$(document).ready(function() {
		$("#navRight .box .corner").remove();
		// Create rounded corners
		$(".outerBox, #boxContent .top, #boxContent .subtop, #navLeft, #navRight .box:not(.join, .flashClient, .players), .panes div").each(function() {
			sbWeb.ui.roundcorner($(this), "1");
		});
		$(".imgOuter").each(function() {
			sbWeb.ui.roundcorner($(this), "2");
		});
		$(".outerBox .outerHeader, .outerBox .innerHeader, #navLeft .header, .button:not(ul, .go), .button a").each(function() { 
			sbWeb.ui.roundcorner($(this), "3");
		});
});



