/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			200px;
	width:			446px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
		}
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer {
	width:			416px;
	height:			200px;
		}
.scrollContent {
	left:			0px;
	top:			0px;
	width:			416px;
		}
.scrollContent p, li{
	text-align:left;
		}
.scrollContent h1, h2, h3{
	text-align:left;
	color:#006600;
		}

