/*********************** SCROLLERS ***********************/
.root 		 { margin: 0 0 8px 7px; position: relative; width: 450px; height: 130px }
.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  { background: #d9d9b0; position: absolute; width: 450px; height: 175px; overflow: auto; clip: rect(0 467 200 0); border-style: solid; border-width: 2px; border-color: #000000 #686262 #686262 #000000 }
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			100px; 
		}
