/*********************** SCROLLERS ***********************/
.root {
	margin: auto;
	position: relative;	
	top: 60px;
	left: 60px;
	padding: 0px;
}
		
.thumb {
	position: absolute;
	height:	9px;
	width: 15px;
	left: 10px;
	top: 0px;
}
		
.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;
	overflow: auto;
}
		
.scrollContent {
	position: absolute;
}

