/*********************** SCROLLERS ***********************/
.root {
	width:	335px;
	position: absolute;
	top: 130px;
	left: 530px;
	z-index: 5;
	height: 189px;

		}
#scrollBarra {
	width: 15px;
	position: absolute;
	top: 170px;
	left: 22px;
	height: 318px;
	border: 1px solid #888884;
	visibility: hidden;
}

/*.root p 	{
		margin:			10px 10px 5px 10px;
		}*/
.thumb 		{
	position: absolute;
	left: 560px;
	top:50px;
	z-index:100;
		}


.up, .dn 	{
	position: absolute;
}
#liniaScroll {
	float: left;
	background-image: url(imgs/linia_scroll.gif);
	width: 6px;
	height: 169px;
	margin-top: 18px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right;
}

.up a, .up a img, .dn a, .dn a img{
		border:	0;
}

.scrollContainer {
	position:absolute;
	width:	335px;
	overflow: auto;
	top: 0px;
	left: 0px;

}


.scrollContent {
	width:	335px;
	position:absolute;
	top: 0px;
	left: 0px;

}
