/*********************** SCROLLERS ***********************/
.root {
	position:absolute;
	width:590px;
	height:558px;
	margin:20px 0px 0px 25px !important;	
	*margin:20px 0px 0px 14px !important;		
	/*border:1px solid black;*/
	text-align:left;
}

.root p 	{
	margin:	10px 10px 5px 10px;
}

.thumb {
	position:absolute;
	width:10px;
	left: 5px;
	cursor:pointer;	
}

div.bg_scrollbar {
	/*border: 1px solid black;*/
	margin:10px 9px 0px 0px;
	background-color:#B0C5C3;
	height:540px;
	float:right;
	width:10px;
}
		
.up, .dn 	{
	position:absolute;
	left: 5px;
}
		
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
	border:	0;
	margin-top:10px;
}
		
.scrollContainer { 
	position:absolute; 
	overflow:auto; 
	display:block;
	width:500px;
	/*border:1px solid black;*/
}

.scrollContent { 
	position:absolute; 
	left:0px; 
	top:0px; 
	margin:0px;
	/*border:1px solid blue;*/
}
