/*********************** SCROLLERS ***********************/
.root {
	width:	335px;
	position: absolute;
	top: 130px;
	/*left: 551px;*/
	left: 566px;
	
	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;
		}

.thumb0 		{
	position: absolute;
	left: 560px;
	top:50px;
	z-index:100;
	margin-left: -20px;
		}

.up, .dn 	{
	position: absolute;
}

.up0, .dn0 	{
	position: absolute;
	margin-left: -20px;
}

#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;
}

.up0 a, .up0 a img, .dn0 a, .dn0 a img{
		border:	0;
}

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

}


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

}

