/*********************** SCROLLERS ***********************/
.root 		{
	position:		absolute;
	height:			400px;
	width:			250px;
	margin: 		0px 0px 8px -158px;
		}
.root p 	{
		margin:			10px 0px 5px 10px;
		}
.thontainer 		{
	position:	    absolute;
	left:			162px;
	height:			420px;
	width:			11px;
	background-repeat: repeat-y;
		}
.thumb 		{
	position:	    absolute;
	height:			39px;
	margin-left:           -10px;
		}
.up, .dn 	{
	width:			11px;
	height:			19px;
	position:		absolute;
	right: 			0px;
	margin-left:           -10px;
	
		}
.up a, .up a img, .dn a, .dn a img, .thumb a img{
		border:			0;
		}
.scrollContainer {
	position:		absolute;
	margin-left:       	8px;
	left:			2px;
	top:			11px;
	width:			400px;
	height:			398px;
	clip:			rect(0 410 200 0);
	overflow:		hidden;
		}
.scrollContent {
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			265px;
		}

