.root 		{
	position:absolute;
	height: 504px;
	width: 516px;
	margin: 0px 0px 8px 7px;
	left: -7px;
	top: 72px;
	z-index: 4;
		}
.root p 	{
		/*margin:	-3px 10px 2px 20px;*/
		}
.thumb 		{
		position: absolute;
		height: 15px;
		width: 14px;
		left: 10px;
		}
.up, .dn 	{
		position: absolute;
		left: 10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer {
	position:			absolute;
	left:			4px;
	top:			-14px;
	width:			516px;
	height:			445px;
	/*clip:			rect(0 467 200 0);*/
	overflow:			auto;
	z-index: 4;
		/*border-top:		2px solid #000000;
		border-left:		2px solid #000000;
		border-right:		2px solid #686262;
		border-bottom:		2px solid #686262;
		background:		#D9D9B0;*/
		}
.scrollContent {
	position:			absolute;
	left:			3px;
	top:			-6px;
	width:			460px;
	height: 500px;
	z-index: 4;
		}

