/*********************** SCROLLERS ***********************/
.root {
	position:		relative;
	width:			800px;
	margin: 		0px 0px 0px 0px;
	background-image: url(bg.gif);
}
.root p {
}
.thumb {
	position:		absolute;
	height:			10px;
	width:			26px;
	left: 			0px;
}
.up, .dn {
	position:		absolute;
	left: 			0px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img {
	border:			0;
}
.scrollContainer {
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			800px;
	height:			250px;
	clip:			rect(0 800 250 0);
	overflow:		auto;
}
.scrollContent {
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			250px;
}