/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			340px;
		width:			300px;
		margin: 			0px 0px 0px 0px;		
		}
/*.root p 	{
	margin:			10px 15px 5px 0px;
	text-align: justify;
		}
*/
.thumb 		{
		position:			absolute;
		height:			9px;
		width:			15px;
		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:			0px;
	top:			0px;
	overflow:			visible;
	width: 320px;
	height: 340px;
		}
.scrollContent {
	position:			absolute;
	left:			0px;
	top:			0px;
	width: 310px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
		}
