RUZEE.Borders.add({
   /* '.navbar': { borderType:'simple', cornerRadius:4, height: 10},*/
	
	'.container' : { borderType: 'simple', cornerRadius: 8 }
});

window.onload=function(){
  RUZEE.Borders.render();
};


/*'#glow': { borderType:'glow', cornerRadius:4, glowRadius:5, glowColor:'white' },
  '.someclass': { borderType:'simple', cornerRadius:20, height:100 },
  '#onlyTop, #onlyBottom, #onlyLeft, #onlyRight':
      { borderType:'shadow', cornerRadius:7, shadowWidth:10 },
  '#onlyTop': { edges:'lrt' },
  '#onlyBottom': { edges:'lrb' },
  '#onlyLeft': { edges:'ltb' },
  '#onlyRight': { edges:'rtb' },
  '#withbgimg1': { borderType:'simple', cornerRadius:20 },
  '#withbgimg2': { borderType:'shadow', cornerRadius:10, shadowWidth: 10 }*/