/*********************** SCROLLERS ***********************/
.root 		{
	height:			165px;
	width:			400px;
	margin: 			0px;
	position: absolute;
		}
.thumb 		{
	height:			15px;
	width:			15px;
	overflow: hidden;
	position: absolute;
		}
.up, .dn 	{
	position:			absolute;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		left:			0px; 
		top:			0px; 
		width:			400px; 
		height:			165px; 
		overflow:			auto;
		}
.scrollContent {
	left:			0px;
	top:			0px;
	width:			400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: 400;
	color: #000000;
	left: 0px;
	top: 0px;
		}
