/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			200px;
	width:			390px;
	margin: 			5px 0px 4px 0px;
	font-size: 11px;
	color: #003366;
	line-height: normal;
		}
.root p 	{
	margin:			5px 5px 5px 5px;
		}
.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 {
	position:			absolute;
	top:			2px;
	width:			390px;
	height:			200px;
	clip:			auto;
	overflow:			auto;
		}
.scrollContent {
	position:			absolute;
	left:			0px;
	top:			0px;
	width:			390px;
		}
