/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			565px;
		width:			714px;
		margin: 0px 0px 0px 0px;
		padding:0px 0px 0px 0px;

		}
.root p 	{
		margin:	9px 10px 5px 10px;
		/*margin-left:0px;
		margin-top:10px;
		left:0px;*/
		}
.thumb 		{
		position:			absolute;
		height:	10px;
		width:	21px;
		margin-top:10px;
		margin-left:20px;
		margin-bottom:0px;
		padding:0px;
		}
		
.up 	{
		position:absolute;
		left:10px;
		margin-left:27px;
		margin-top:20px;
		}
		
.dn 	{
		position:absolute;
		left:10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a, .thumb a img{
		border:			0px none;
		}
.scrollContainer { 
		position:			absolute; 

		left:			0px; 
		top:			10px;
		margin-left:0px;
		margin-top:0px;
		width:			714px; 
		height:			565px;

		font-size:12px;
		text-align:left;
		clip:			rect(0 467 200 0); 
		overflow:			auto; 
		border:0px;
/*		border-top:		1px solid #686262;
		border-left:		1px solid #686262;
		border-right:		1px solid #686262;
		border-bottom:		1px solid #686262;
		background:		#484848;*/
		}
.scrollContent { 
		position:			absolute; 
		padding-left:10px;
		padding-top:10px;
		padding-bottom:0px;
		padding-right:0px;
		left:			0px; 
		top:			0px; 
		width:			714px; 
		}
