/*********************** SCROLLERS ***********************/


.root 		{
		position:relative;
		height:			100px;
		width:			180px;
		margin: 			0px 0px 0px 0px;		
		}


.up {
		position:			absolute;
		left: 			0px;
		
		}
	.dn 	{
		position:			absolute;
		left: 			0px;
		
		}	
.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:			180px; 
		height:			80px; 
		clip:			rect(0 180 90 0); 
		overflow:			auto; 
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			150px; 
		font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#E3E5EC;
line-height:16px;
		}

		
		
		


.scrollContent a
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#E3E5EC;
line-height:16px;
text-decoration:underline;
text-align:justify;
}

.scrollContent a:hover
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#E3E5EC;
line-height:16px;
text-decoration:none;
text-align:justify;
}		
		
		
		
		
		
		
		
		
		
		
.newsheader
 {
	
		font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-size: 11px;
	width:160px;
 }

.newsitem
{

background-color:#2e2b27;
width:150px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #5d503e;
padding-top:3px;
padding-bottom:3px;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#E3E5EC;
text-decoration:none;
padding-left:12px;
}

.newsitem a
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#b8b647;
text-decoration:none;
}
