.root 		{
		position:relative;
		height:			100px;
		width:			100px;
		margin: 			0px 0px 0px 0px;	
		}
.root p 	{
		margin:			6px 0px 6px 0px;
		}
.thumb 		{
		position:		absolute;
		height:			16px;
		width:			16px;
		left: 			10px;
		}
.up, .dn 	{
		position:		absolute;
		left: 			6px;
		top: 				6px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		top: 				6px;
		}
.scrollContainer { 
		position:	absolute; 
		left:			0px; 
		top:			0px; 
		width:		100px; 
		height:		100px; 
		overflow:	auto;
		}
.scrollContent { 
		position:	absolute; 
		left:			0px; 
		top:			0px; 
		width:	   100px; 
		}

