/*********************** SCROLLERS ***********************/
.root {
	position:relative;
	width:			490px;
	height:			600px;
	margin: 		0px 0px 7px 5px;
	}
.root p {
	margin:			5px 10px 5px 0px;
	padding: 		5px 5px 5px 2px;
	}
.thumb	{
	position:		absolute;
	height:			9px;
	width:			25px;
	left: 			5px;
	margin-bottom:5px;
	}
.up {
	position:		absolute;
	left: 			10px;
	margin-top:		-20px;
	}
.dn {
	margin-top:     20px; 
	position:		absolute;
	left: 			10px;
	}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
	border:			0;
	}
.scrollContainer {
	position:		absolute;
	left:			2px;
	top:			19px;
	width:			475px;
	height:			590px;
	clip:			rect(0 467 200 0);
	overflow:		auto;
	background:     	none;
	border:         	#fff 1px solid;
	padding-bottom:		0px; 
	}
.scrollContent { 
	position:		absolute; 
	left:			0px; 
	top:			0px; 
	width:			470px;
	}
