/*********************** SCROLLERS ***********************/
.root 		{
	width:	311px;
	position: absolute;
	top: 20px;
	left: 455px;
	z-index: 5;
	height: 498px;
		}
/*.root p 	{
		margin:			10px 10px 5px 10px;
		}*/
.thumb 		{
	position: absolute;
	height:	9px;
	width:	13px;
	left: 0px;
		}


.up 	{
	position: absolute;
	left: 10px;
	padding-left: 14px;
	height: 1px;
	top: 0px;
}

.dn 	{
	position: absolute;
	left: 10px;
	padding-left: 14px;
	padding-top:38px;;
	height: 1px;
	top: 0px;
}


.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:	0;
}

.scrollContainer {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 315px;
	word-spacing: 1px;
	line-height: 14px;
	text-align: justify;
	overflow: auto;
	left: 8px;
	top: -3px;
	min-height: 446px;
}
*html .scrollContainer {
	height: 446px;
}

.scrollContent {
	position:absolute;
	left: 5px;
	top: 0px;
	width: 316px;
	min-height: 454px;
}
*html .scrollContent {
	height: 454px;
}

.scrollContent h4{ 
		margin:			0px;
		padding:		0px;
		}
