/*********************** SCROLLERS ***********************/
/*body {
	color: #ffffff;
	background-color: #000000;
}*/


.root {
	position:relative;
	height: 470px;
	width: 580px;
	/*margin: 0px 0px 0px 10px;*/	
}

.root p {
	margin: 0px;
	/*line-height: 18px;*/
}

.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: 2px; 
	top: 19px;*/ 
	width: 580px; 
	height: 470px; 
	clip: rect(0 580 470 0);
	overflow: auto; 
	border: 0px;
}

.scrollContent { 
	position: absolute; 
	left: 0px; 
	top: 0px;
	width: 580px;
	padding: 0px 0px 0px 10px;
}
