/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			363px;
		width:			380px;
		margin: 			0px 0px 0px 0px;
/*		background-color:#CCCCCC;*/
		}

.thumb {
		position:			absolute;
		left: 			10px;
		height:50px;
		width:15px;
		background-image:url(thumb.gif);
		background-repeat:no-repeat;
		background-attachment:inherit;
}

.up	{
		position:			absolute;
		left: 			10px;
		height:15px;
		width:15px;
		background-image:url(up.gif);
		background-repeat:no-repeat;
}

.dn	{
		position:			absolute;
		left: 			10px;
		height:15px;
		width:15px;
		background-image:url(dn.gif);
		background-repeat:no-repeat;
}

.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img {
		display:block;
		border:	0;
}

*html .up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a , .thumb img {
		display:block;
		border:	0;
		height:1%;
}

.scrollContainer { 
		position:			absolute; 
		left:			2px; 
		top:			19px; 
		width:			350px; 
		height:			200px; 
		clip:			rect(0 467 200 0); 
		overflow:			auto; 
		z-index:1000;
/*		background:		#D9D9B0;*/
}

.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			100px; 
}
