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

/*********************** SCROLLERS ***********************/
.root 		{
	position:relative;
	height:			680px;
	width:			739px;
	margin: 		0px 0px 8px 7px;
	
	}
.root p 	{
	margin:			10px 10px 5px 10px;
	}
.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;
	}

.scrollcont {
position: 		absolute;
	width:			650px;
	height:			680px;
	overflow:		hidden;

}

.scrollContainer {
	position: 		absolute;
	left:			0px;
	top:			6px;
	width:			650px;
	height:			680px;
	overflow:       auto;


	*overflow:       hidden;
	rect(0 467 480 0);
	border-top:		2px solid #ffffff;
	border-left:	2px solid #ffffff;
	border-right:	2px solid #ffffff;
	border-bottom:	2px solid #ffffff;
	background:		#ffffff;
	}
.scrollContent {
	position:		absolute;
	left:			6px;
	top:			3px;
	width:			163px;
	}
	
	
.addtionalLine	{
background: url(../images/scrollline_03.jpg) right top repeat-y;
}
