#scroll0Content {
	padding-top: 0px;
}
/*********************** SCROLLERS ***********************/
.root {
	position:relative;
	margin: 0px;
}
.scrollarea {
		position: absolute;
		width: 15px;
		z-index:1;
}
.thumb {
		position: absolute;
		height: 9px;
		width: 13px;
		left: 10px;
		z-index:2;
}
.up, .dn {
		position: absolute;
		left: 10px;
		z-index:2;
}
.up a, .up a img, .dn a, .dn a img {
		border: 0px; 
}
.thumb img {
		position:relative; 
}
.thumb {
		background: transparent;
}

.scrollContainer { 
		position: absolute; 
		left: 0px; 
		top: 19px; 
		width: 350px; 
		height: 200px; 
		overflow: auto; 
		border: 0px;
		
}
.scrollContent { 
		padding-top:15px;
		position: absolute; 
		left: 0px; 
		top: 0px; 
}
#fadertop {position: absolute; top:0px; left:0px; z-index:4;}
#faderbot {position: relative;z-index:4;}

