/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			400px;
	width:			113px;
	margin: 			0px 0px 0px 0px;
		}
.root p 	{
	margin:			0px 0px 0px 0px;
		}
.thumb 		{
	position:			absolute;
	height:			9px;
	width:			11px;
	left: 			10px;
		}
.up, .dn 	{
	position:			absolute;
	left: 			0px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer {
	position:			absolute;
	left:			0px;
	top:			0px;
	width:			124px;
	height:			400px;
	clip:			rect(0,467,200,0);
	overflow:			auto;
	border: 1px none #999999;
	z-index: 0;
		}
.scrollContent {
	position:			absolute;
	left:			0px;
	top:			0px;
	width:			113px;
	z-index: 0;
		}
