/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			215px;
	width:			400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}
.root p 	{
		margin:			0px 10px 10px 0px;
		}
.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;
	background-color: #FFFFCC;
		}
.scrollContainer {
	position:		absolute;
	left:			2px;
	top:			19px;
	width:			383px;
	height:			729px;
	clip:			rect(0 567 240 0);
	overflow:			auto;
	background-color: #FFFFFF;
		}
.scrollContent {
	position:			absolute;
	left:			0px;
	top:			3px;
	width:			372px;
	height: 800px;
		}
