/*********************** SCROLLERS ***********************/
.root 		{
	position: relative;
	width:			205px;
	height:			90px;
	margin: 			0px;
		}
.root p 	{
		margin:			0px 0px 0px 0px;
		}
.thumb 		{
		position:		absolute;
		height:			9px;
		width:			0px;
		left: 			0px;
		}
.up, .dn 	{
		position:		absolute;
		left: 			0px;
		}
.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:			205px;
	height:			90px;
	clip:			rect(0,205,90,0);
	overflow:			auto;
	border-top:			0px solid #000000;
	border-left:		0px solid #000000;
	border-right:		0px solid #686262;
	border-bottom:		0px solid #686262;
	background-color: #7FBAE8;
	background-image:url(../img/bkg_scroll.gif);
	background-attachment: fixed;
	color:#FFFFFF;
		}
.scrollContent {
	position:		absolute;
	left:			0px;
	top:			0px;
	width:			100px;
		}
body {
	margin:0;
	padding:0;
}

