/*********************** SCROLLERS ***********************/
.root 		{
		float:left;
		
		position:relative; top:0px; left:0px;background:;
		height:			160px;
		width:			100%;
		margin: 			0px 0px 0px 0px;	
		overflow:hidden	
		}
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.thumb 		{
				
		position:		absolute;
		height:			16px;
		width:			16px;
		left: 			0px;
		text-align:		center;
		background:		
		}
.up, .dn 	{
		position:		absolute;
		left: 			0px;
		width:			16px;
		height:			16px;
		text-align:		center
		}
.up a, .up a img, .dn a, .dn a img, .thumb a, .thumb a img{
		border:			0px none; background:#fff
		}
.scrollContainer { 
		
		position:		absolute; 
		left:			5px; 
		top:			0px; 
		width:			160px; 
		height:			150px; 
		clip:			rect(0 160 150 0); 
		overflow:		auto; 
		background:		;
		overflow:hidden;
		background:
		}
.scrollContent {
		
		float:left;
		position:		relative; 
		left:			0px; 
		top:			0px; 
		width:			10px;
		color:			#000000;
		font-family:	Arial,Sans Serif;
		font-size:		12px;
		line-height:	15px;
		background:		;
		width:100%;
		overflow:hidden;
		text-align:		justify;
		margin:			0 0 0 0
		}
		
		
		
