/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			400px;
		width:			290px;
		margin: 			0px 0px 0px 0px;		
		}
.root p 	{
		margin:			0px 0px 0px 0px;
		}
.thumb 		{
		position:			absolute;
		height:			9px;
		width:			0px;
		left: 			0px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			0px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:			absolute; 
		left:			0px; 
		top:			400px; 
		width:			290px; 
		height:			400px; 
		clip:			rect(450,290,700,auto); 
		overflow:			auto; 
		border-top:		6px solid #333333;
		border-left:		2px solid #333333;
		border-right:		0px solid #333333;
		border-bottom:		2px solid #333333;
		background:		#333333;
		}
.scrollContent {
	position:			absolute;
	left:			-240px;
	top:			-5px;
	width:			300px;
	height: 900px;
		}
