/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			375px;
	width:			640px;
	margin: 			0px;
	left: 46px;
	top: 16px;
		}
.root p 	{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
		}
.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
.up, .dn 	{
	position:			absolute;
	left: 			100px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer {
	position:			absolute;
	width:			700px;
	clip:			rect(0,650,350,0);
	overflow:			auto;
	border-top:		    0px solid #000000;
	border-left:		0px solid #000000;
	border-right:		0px solid #686262;
	border-bottom:		0px solid #686262;
	height: 350px;
	top: 0px;
		}
.scrollContent {
	position:			absolute;
	font-size: 90%;
	line-height: 1.5;
	font-family: Tahoma, Geneva, sans-serif;
	position: absolute;
	z-index: 890;
		}
