/*********************** SCROLLERS ***********************/
.root 		{
		position:		relative;
		height:			200px;
		width:			290px;
		margin: 		-6px 0px 0px 0px;		
		}
.root p 	{
		margin:			0px 0px 0px 0px;
		}
.thumb 		{
		position:		absolute;
		height:			9px;
		width:			15px;
		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:			19px; 
		width:			290px; 
		height:			180px; 
		clip:			rect(0 290 180 0);
		overflow:		auto;
		border-top:		1px solid #F2BDA3;
		border-left:	1px solid #F2BDA3;
		border-right:	1px solid #F2BDA3;
		border-bottom:	1px solid #F2BDA3;
		background:		#E2E4F1;
		}
.scrollContent { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
		width:			100px; 
		margin: 		0px 0px 0px 10px;		
		width:			280px;
		text-align:		left;
		}
