/*********************** SCROLLERS ***********************/
.root {
	width:255px; height:368px;
	position:relative;
}

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

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

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

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