/*********************** SCROLLERS ***********************/
.root 	{
		margin:0px 10px 0 20px;
		position:relative;
		width:360px; 
		height:440px;
		}

.root p 	{
		margin:			10px 10px 5px 10px;
		font-size: 11px;		
		}
.thumb 		{
		position:			absolute;
		top: 10px;
		left: 10px;
		}
.up, .dn 	{
		position: absolute;
		down: 10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		height:			43px;
		width:			24px;
		display: block;		
		}
.scrollContainer { 
		position:			absolute; 
		left:			2px; 
		top:			10px; 
		width:			360px; 
		height:			410px; 
		clip:			rect(0 467 200 0); 
		overflow:			auto; 
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			360px; 
		}
		
		
#root0 {
	margin: 10px 0 0 20px; padding: 0;
	width: 360px; 
	height: 440px;
	float: left;
}

*html #root0 {
	margin: 10px 0 0 20px;
}	