/*********************** SCROLLERS ***********************/
.root 		{

	width: 194px;
	height: 402px;
	
	margin-left: 194px;	
	
	position: absolute;
	
	z-index: 30;
		
	background-color: #ffffff;
	
	filter:alpha(opacity=63); 
	-moz-opacity: 0.63; 
	opacity: 0.63;
		
		
		}
		
		
.root p 	{

		}
.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 { 

	clip: rect(0 467 200 0); 
	overflow: auto; 

	width: 194px;
	height: 402px;
	
	position: absolute;
	
	z-index: 40;

	font-size: 11px;
	line-height: 20px;		

	overflow-x: hidden;

		
		}
.scrollContent { 

	padding-top: 10px;
	padding-left: 3px;

	padding-bottom: 10px;
	font-family: arial;

	font-size: 13px;
	word-spacing: 2px;
	line-height: 20px;
	font-weight: 700;
	
	width: 168px;
	height: auto;

	text-align: left;


	}

