// JavaScript Document

RUZEE.Borders.add({
  '.wrapper': {  borderType:'shadow', cornerRadius:6, shadowWidth:7 }

});
	
RUZEE.Events.add(window,'domload',function(){
	// modify your DOM here, e.g. draw some RUZEE.Borders...
	RUZEE.Borders.render();
	document.getElementById('wrapper').style.display = '';		
});	
