/*********************** SCROLLERS ***********************/
.root 		{
	position:		absolute;
	height:			200px;
	width:			420px;
	margin: 		0px 0px 18px 0px;
		}
.root p 	{
		margin:			0px 0px 5px 10px;
		}
.thontainer 		{
	position:	        absolute;
	left:			498px;
	height:			417px;
        top:                    -1px;
	width:			11px;
	border:                 solid 1px #F39400;
		}
.thumb 		{
	position:	        absolute;
	height:			39px;
		}
.up, .dn 	{
	width:			11px;
	height:			19px;
	position:		absolute;
	right: 			0px;
	
		}
.up a, .up a img, .dn a, .dn a img, .thumb a img{
		border:			0;
		}
.scrollContainer {
	position:		absolute;
	margin-left:	        -7px;
	left:			12px;
	top:			11px;
	width:			420px;
	height:			420px;
	clip:			rect(0 420 200 0);
	overflow:		hidden;
        margin-right:           12px;
		}
.scrollContent {
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			410px;
        padding-right:          12px;
		}

