/*********************** SCROLLERS ***********************/
.root {
	background-color:#6e1f35;
	height:433px;
	position:absolute;
	width:168px;
	overflow: hidden;
}	
.thumb{
	position:absolute;
	height:20px;
	width:15px;
	margin-left:-19px;
}
		
.thumb img {
		height:20px;
		width:10px;
}		
.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; 
	width:158px; 
	height:433px; 
	overflow:hidden; 
	background:#6e1f35;
}

.scrollContent { 
	position:absolute; 
	top:0px; 
}

