/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			243px;
	width:			102px;
	margin: 		0px 0px 8px 7px;
	left: 3;
	top: 12;


		}
.root p 	{
		margin:			10px 10px 5px 10px;
		}
.thumb 		{
		position:		absolute;
		height:			5px;
		width:			5px;
		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;
	left:			5px;
	top:			5px;
	width:			150px;
	height:			225px;
	clip:		 	rect(0 467 200 0);
	border: 0px none;

		}
.scrollContent {
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			95;
	height: 10px;



		}

