/*********************** SCROLLERS ***********************/
.bd
{
	height: 392px;
	width: 210px;
	background: url(/img/bg_white.png);	
}
.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: 200px;
	height: 392px;
}
.scrollContent
{
	font: 11px/13px arial;
	color: #636466;
	padding: 5px 10px;	
}
.scrollbar_green,
.scrollbar_purple,
.scrollbar_blue,
.scrollbar_orange,
.scrollbar_orange2,
.scrollbar_yellow,
.scrollbar_aqua
{
	position: absolute;
	width: 10px;
	height: 392px;
	left: 200px;
	background: #e1edae;
	display: none;
}
.scrollbar_purple
{
	background: #dbc1dc;
}
.scrollbar_blue
{
	background: #a4d6f4;
}
.scrollbar_orange,
.scrollbar_orange2
{
	background: #f8ac90;
}
.scrollbar_yellow
{
    background: #fdd802;
}
.scrollbar_aqua{
    background: #099;
}