/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			360px;
	width:			85px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 7px;
		}
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.thumb 		{
	position:			absolute;
	height:			9px;
	width:			15px;
	left: 			9px;
	text-align: left;
		}
.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:			2px;
	top:			19px;
	width:			85px;
	height:			310px;
	clip:			rect(0,85,360,0);
	overflow:			auto;
	background:		#D9D9B0;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #686262;
	border-bottom-color: #686262;
	border-left-color: #000000;
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			1px; 
		}
