/*********************** SCROLLERS ***********************/
.root 		{
		position: 		relative;
		height: 			100px;
		width:			300px;
		margin: 			10px 5px 0px 0px;		
		}

.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		left: 			0px;
		}
.up, .dn 	{
	position:			absolute;
	left: 			-98px;
	top: 12px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:			absolute; 
		left:			2px; 
		top:				0px; 
		width:			300px; 
		height: 			130px; 
		clip:			rect(0 467 200 0); 
		overflow:			auto; 
		border-top:		1px solid #F4F4E9;
		border-left:		1px solid #F4F4E9;
		border-right:		1px solid #F4F4E9;
		border-bottom:	1px solid #F4F4E9;
		background:		#F4F4E9;
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:				0px; 
		width:			200px; 
		}

.scrollContent a:link {
color: #491F18;
}

.scrollContent a:hover {
color: #9F4233;
}

.scrollContent a:visited {
color: #40361B;
}

.scrollContent h4{ 
		margin:			0px;
		padding:			0px;
		}

.scrollContent  input, .scrollContent  select, .scrollContent  textarea {
	font-size: .9em;
}
