/*********************** SCROLLERS ***********************/

.root {
	position: relative;
	height: 320px;
	margin: 0px 0px 0px 0px;
	
	width: 100%;
	
	float: left;
	
	opacity: 1.0 !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1.0 !important;
}
.root p 	{
	margin: 0px 0px 0px 0px;
}
.thumb 		{
	position: absolute;
	height: 4px;
	width: 8px;
	left: 10px;
	border: 0px;
	/* hides the 'thumb' button... */
	display: none;
}
.up, .dn 	{
	position: absolute;
	left: 10px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img {
	border: 0px !important;
}
.scrollContainer { 
	position: absolute;
	left: 2px; 
	top: 19px; 
	width: 150px;
	/*height: 200px;*/
	clip: rect(0px 600px 320px 0px); 
	overflow: auto;
}
.scrollContainer p {
	width: 445px !important;
	margin: 0px !important;
	padding: 17px 0px 0px 0px;
	line-height: 2em;
}
.scrollContainer p a {
	color: #6db33f;
	padding: 2px;
}
.scrollContainer p a:hover {
	color: #fff;
	background-color: #6db33f;
	text-decoration: none;
	padding: 2px;
}
.scrollContainer p strong {
	font-weight: bold;
	color: #6db33f;
}
.scrollContent {
	position: absolute;
	left: 0px;
	top: 1px;
	width: 313px;
	margin-left: 130px;
	height: 465px;
}
