/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			274px;
	width:			526px;
	margin: 			0px 0px 22px 22px;
	right: 20px;
	bottom: 10px;


		}
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.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:			3px; 
		top:			17px; 
		width:			360px; 
		height:			270px; 
		clip:			rect(0,400,300,0); 
		overflow:			auto; 
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			300px; 
		}
