/*********************** SCROLLERS ***********************/
.root 		{
		position: absolute;
		height:	390px;
		width: 100%;
		margin: 0px 0px 0px 0px;
		z-index: 2;		
		}
.root p 	{
		margin: 10px 10px 5px 2px;
		}
.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: 2px; 
		top: 0px; 
		width: 100%; 
		height:	390px;  
		overflow: auto;
		z-index: 2;
		}
.scrollContent { 
		position: absolute; 
		left:			0px; 
		top:			0px; 
		width:			100%;
		z-index: 2; 
		}
.scrollContent h4{ 
		margin:			0px;
		padding:		0px;
		}
