var scr = new ScrollBar('main', 'content', {'hScroll': false});
/*
new Drag('content', {
			'modifiers': {y: 'height', x: 'width'},
			'limit': { x:[100], y:[50] },			
			onDrag: function(){
				scr.update();
			}
		});
		*/