/*********************** SCROLLERS ***********************/
.root 		{
	width:	460px;
	position: absolute;
	top: 343px;
	left: 498px;
	z-index: 5;
	height: 190px;
		}
#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;
	height:	35px;
	width:	15px;
	left: 560px;
	top:0px;
	border: 1px solid #E10A16;
		}


.up, .dn 	{
	position: absolute;
	left: 10px;
	padding-left: 17px;
	height: 1px;
	top: 0px;
}
#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:	460px;
	overflow: auto;
	top: 7px;
	left: 0px;
	height: 0px;

}
.border {
	border: 1px solid #E10A16;
}

.scrollContent {
	width:	460px;
	position:absolute;
	top: -13px;
	left: 1px;
}
.titol {
	font-weight: bold;
	color: #000000;
	text-align: center;
}
