/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:	360px;
	width:	543px;
	margin: 0px 0px 8px 7px;
	left: 70px;
	top: 30px;
	z-index:10;
	clear: none;
	background-image:url(../img/f-thumb_news.gif);
	background-repeat: repeat-y;
	background-position: top right;
		}
.root p 	{
		margin:			10px 10px 5px 20px;
		}
.thumb 		{
		position:			absolute;
		height:			40px;
		width:			14px;
		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 { 
		position:			absolute;
		
		left:			40px; 
		top:			19px; 
		width:			500px; 
		height:			350px; 
		clip:			rect(0 667 200 0); 
		overflow:			hidden; 
		border-top:		0px solid #000000;
		border-left:		0px solid #000000;
		border-right:		0px solid #686262;
		border-bottom:		0px solid #686262;
		}
.scrollContent { 
		text-align:left; 
		position:			absolute; 
		left:			0px; 
		top:			2px; 
		text-align: left;
		float:none;
		width:	480px; 
		margin: 0px;
		padding: 0px;
		}
		
