/**
* Javascript Document
*/

	addLoadEvent( function() {

		Nifty('div.rAll'        ,'normal same-height all');
		Nifty('div.rTop'        ,'normal same-height top');
		Nifty('div.rTopLeft'    ,'normal same-height tl');
		Nifty('div.rTopRight'   ,'normal same-height tr');
		Nifty('div.rBottom'     ,'normal same-height bottom');
		Nifty('div.rBottomLeft' ,'normal same-height bl');
		Nifty('div.rBottomRight','normal same-height br');

		Nifty('div.rsAll'        ,'small same-height all');
		Nifty('div.rsTop'        ,'small same-height top');
		Nifty('div.rsTopLeft'    ,'small same-height tl');
		Nifty('div.rsTopRight'   ,'small same-height tr');
		Nifty('div.rsBottom'     ,'small same-height bottom');
		Nifty('div.rsBottomLeft' ,'small same-height bl');
		Nifty('div.rsBottomRight','small same-height br');

		Nifty('li.rAll'         ,'normal same-height all');
		Nifty('li.rTop'         ,'normal same-height top');
		Nifty('li.rTopLeft'     ,'normal same-height tl');
		Nifty('li.rTopRight'    ,'normal same-height tr');
		Nifty('li.rBottom'      ,'normal same-height bottom');
		Nifty('li.rBottomLeft'  ,'normal same-height bl');
		Nifty('li.rBottomRight' ,'normal same-height br');

	});
