/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		top:0;
		left:0;
		z-index:10;
		height:			270px;
		width:			341px;
		margin: 			0px;		
		padding:0;
		}

.root p 	{
		margin:			0;
		}
.thumb 		{
		position:			absolute;
		height:			53px;
		width:			5px;
		left: 			0px;
		}
.thumbbg{
	background:url(thumb_bg.gif) repeat-y;
	position:absolute;
	overflow:visible;
	left:341px;
	width:14px;
	height:270px;
	top:0px;
	margin-right:0px;
}
.up, .dn, #up, #dn 	{
		position:			absolute;
		left: 			-100px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
		
.scrollContainer { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			341px; 
		height:			341px; 
		clip:			rect(0 300 300 0); 
		overflow:			auto; 
		/*border-top:		2px solid #000000;
		border-left:		2px solid #000000;
		border-right:		2px solid #686262;
		border-bottom:		2px solid #686262;
		background:		#D9D9B0;*/
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			341px; 
		}
