/*********************** SCROLLERS ***********************/
.root {
	background-color:#7a0203;
	height:433px;
	position:absolute;
	width:183px;	
}

/*.root p {
	margin:10px 10px 5px 10px;
}
*/		
.thumb{
	position:absolute;
	height:20px;
	width:15px;
	margin-left:-19px;
}
		
.thumb img {
		height:20px;
		width:10px;
}/*
.up img {
		height:9px !important;
		width:10px !important;
		margin-left:-15px !important;
		}*/
		

		
.up {
	position:absolute;
	margin-left:-19px;
}

.dn{
	position:absolute;
	margin-left:-19px;
	margin-top:5px;
}

.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
	border:0;
	width:10px;
}

.scrollContainer { 
	position:absolute; 
	top:19px; 
	width:350px; 
	height:200px; 
	clip:rect(0 467 200 0); 
	overflow:auto; 
	background:#A51818;
}

.scrollContent { 
	position:absolute; 
	top:0px; 
	width:100px; 
}

