/*********************** SCROLLERS ***********************/
.root {
	width:231px; height:366px;
	position:relative;
}

.thumb { position:absolute; width:19px; height:12px; left:0px; cursor:pointer; }

.up, .dn 	{ position:absolute; left:0px; cursor:pointer; }

.scrollContainer {
	top:0px; left:0px;
	width:231px; height:366px;
	clip:rect(0, 212px, 366px, 0); 
	position:absolute;
	overflow: auto; 
	border:0;
	text-align:left;
}

.scrollContent { position:absolute; left:0px; top:0px; width:231px; }

