/*********************** SCROLLERS ***********************/
.root {
	position:relative;
	height:165px;
	width: 440px;
	margin: 0px;
}

.root p {
		margin:	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;
		}
.scrollContainer {
	position:	absolute;
	left:			3px;
	top:			10px;
	width:			418px;
	height:			460px;
	clip:			rect(0 470 450 0);
	overflow:		auto;
		}
.scrollContent {
	position:			absolute;
	left:			-1px;
	top:			-16px;
	width:			435px;
	height: 403px;
		}

