﻿/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:				200px;
		width:				600px;
		margin: 			0px 0px 15px 0px;		
		background-color:	#ad9d5b;
		

		}
.root p 	{
		margin:			10px 3px 5px 3px;
		}
.thumb 		{
		position:		absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
		}
.dn 	{
		position:			absolute;
		left: 			10px;
		}
.up 	{
		position:			absolute;
		left: 			10px;
		}
.thumb a img{
		border:			0;
		}
.thumb a{
		border:			0;
		}
.dn a img{
		border:			0;
		}
.dn a{
		border:			0;
		}
.up a img{
		border:			0;
		}
.up a{
		border:			0;
		}
.scrollContainer { 
		position:		absolute; 
		left:			2px; 
		top:			0px; 
		width:			350px; 
		height:			200px; 
		clip:			rect(0 467 200 0); 
		overflow:		auto; 
		/*margin-bottom: 15px;*/		
		background-color: #ad9d5b;
		}
.scrollContent { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
		width:			100px; 
		text-align:		justify;
		}
.scrollContent h4{ 
		margin:			0px;
		padding:		0px;
		}
