/*********************** SCROLLERS ***********************/
.bd
{
	height: 392px;
	width: 210px;
	background: white;	
}
.root
{
	position: relative;
	height: 392px;
	width: 210px;
}
.root p
{
	margin: 5px 0px;
}
.thumb
{
	position: absolute;
	height: 20px;
	width: 10px;
	z-index: 1;
}
.up, .dn
{
	position: absolute;
	left: 10px;
}
.scrollContainer
{ 
	position: absolute;
	width: 140px;
	height: 392px;
	background: Aqua;
}
.scrollContent
{
	font: 11px/13px arial;
	color: #636466;
	padding: 5px 10px;	
}
.scrollbar
{
	position: absolute;
	width: 10px;
	height: 402px;
	left: 140px;
	background: #eec6c4;
	display: none;
}