/*********************** SCROLLERS ***********************/
.root 		{
		position:absolute;
		height:			300px;
		width:			362px;
		margin: 		0px 0px 0px -2px;		
		} /* adjust to left*/
.root p 	{
		margin:			0px 0px 20px 0px;
		}
.slider 		
{
	position:		absolute;
	height:			273px;
	background-image: url(slider-bak.gif);
	width:			13px;
	}
.thumb 		{
		position:		absolute;
		height:			47px;
		width:			15px;
		left: 			10px;
		}
.up, .dn 	{
		position:		absolute;
		left: 			0px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:		absolute; 
		left:			0px; 
		top:			19px; 
		width:			362px; 
		height:			321px; 
		clip:			rect(0 467 200 0); 
		overflow: auto; 
		border-top:		0px solid #000000;
		border-left:	1px dotted #000000;
		border-right:	1px dotted #686262;
		border-bottom:	1px dotted #686262;
		background:		#FFFFFF;
		background-image: url(notecard-bak.gif); 
		-moz-user-select:none;
		}
.scrollContent { 
		font-family: Arial, Helvetica, sans-serif; /* Font Face */
		font-size: 9pt; /* Font Size */
		color: #5A5A5A; /* Font Color */
		font-weight: Normal; /* Font Style */
		font-style: normal; /* FontStyle */
		text-decoration: none; /* Font Style */
		position:		absolute; 
		left:			20px; 
		top:			0px; 
		width:			360px; 
		padding-left: 5px;
		padding-top: 10px;
		padding-bottom: 5px;
		-moz-user-select:none;
		}
.scrollContent a:link { 
	color: #0086F7;
	text-decoration: none;
	}
.scrollContent a:visited { 
	color: #0086F7;
	text-decoration: none;
	}
.scrollContent a:hover { 
	color: #0086F7;
	text-decoration: underline;
	}
.scrollContent a:active { 
	color: #0086F7;
	text-decoration: none;
	}
