/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			200px;
	width:			746px;
	margin: 			0px;
		}
.root p 	{
		margin:			0px;
		}
.thumb 		{
	position:			absolute;
	height:			9px;
	width:			30px;
	left: 			0px;
	text-align: right;
		}
.up, .dn 	{
	position:			absolute;
	left: 			40px;
	width: 30px;
	height: 15px;
	background-position: right;
	text-align: right;
		}
.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:			708px;
	height:			420px;
	clip:			rect(0,467,282,0);
	overflow:			auto;
		}
.scrollContent {
	position:			absolute;
	left:			0px;
	top:			0px;
	width:			580px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
		}
