/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			400px;
		width:			250px;
		margin:0;		
		}
.root p 	{
		margin:0;
		padding:0;
		}
.thumb 		{
		position:		absolute;
		width:			15px;
		left: 			0px;
		}
.up, .dn 	{
		position:		absolute;
		left: 			0px;
		float:left;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		float:left;
		}
.scrollContainer { 
		position:		absolute; 
		left:			15px; 
		top:			19px; 
		width:			240px; 
		height:			400px; 
		clip:			rect(0 240 400 0); 
		overflow:			auto; 
		border:0;
		background: white;
		margin-left:20px;
		font-family:arial;
		}
.scrollContent { 
		position:			absolute; 
		left:			15px; 
		top:			0px; 
		width:			18px;
		margin-left:10px;
		font-family:arial;
		}
