/*********************** SCROLLERS ***********************/
.root {
	position:relative;
	top:		    2em;
	width:			250px;
	height:			140px;
	margin: 		0 auto;
	}
.root p {
	font-size:      10px;
	margin:			3px;
	padding: 		3px;
	}
.thumb	{
	position:		absolute;
	height:			9px;
	width:			25px;
	left: 			-4px;
	margin:         0 0 5px 5px;
	padding-bottom: 10px;
	}
.up {
	position:		absolute;
	left: 			3px;
	margin-top:		-12px;
	}
.dn {
	margin-top:     0px;
	padding-top:    15px; 
	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:			250px;
	height:			140px;
	clip:			rect(0 467 200 0);
	overflow:		auto;
	background:     none;
	border:         #fff 1px solid; 
	}
.scrollContent { 
	position:		absolute; 
	left:			0px; 
	top:			0px; 
	width:			240px;
	}

