@charset "utf-8";
/* CSS Document */

/*********************** SCROLLERS ***********************/
.root 		{
		position:    relative;
		height:			350px;
		width:			1000px;
		margin: 		0px 0px 0px 0Spx;		
		}
.root p 	{
		margin:			0px 0px 0px 0px;
		}
.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:			6px;
	top:			6px;
	width:			990px;
	height:			420px;
	clip:			rect(0 467 200 0);
	overflow:			auto;
	border-bottom:		2px solid #686262;
	background:		#fff;
		}
.scrollContent {
	position:		absolute;
	left:			5px;
	top:			0px;
	width:			950px;
		}

