/*********************** SCROLLERS ***********************/
#container {
	position	: absolute;
	top:104px;
	left:505px;
	width:210px;
	height:416px;
	background:url('/include/mod/layout1/images/barra_det.png') repeat-y;
	overflow	: hidden;
	/*border		: 1px solid #666;*/
	z-index:10;
}

#content {
	position	: relative;
	width		: 190px;
	left		: 5px;
	font-family:Helvetica;
	font-size:12px;

	padding:5px;
	padding-top:20px;
	padding-left:10px;
	text-align:left;
}

#content p{
	position	: relative;
	width		: 190px;
	left		: 0px;
	font-family:Helvetica;
	font-size:12px;
	
	padding:0px;
	padding-top:-10px;
	margin-left:-5px;
	text-align:left;
}

#scrollArea {
	position	: absolute;
	left:715px;
	top:104px;
	height		: 416px;
	width		: 4px;
	/*border		: 1px solid #666;*/
	/*background:url('/include/mod/layout1/images/barra_det.png') repeat-y;*/
	background-color:#ffffff;
	overflow	: hidden;
	z-index:10;
}

#scroller {
	position	: absolute;
	top			: -1px;
	width		: 4px;
	background	: #AAA;
	
	/*border-top	: 1px solid #666;
	border-bottom	: 1px solid #666;*/
}
#scroller:hover {
cursor: pointer;
}

#barranera {
	position	: absolute;
	width:214px;
	height:12px;
	top:520px;
	left:505px;
	background:url('/include/mod/layout1/images/barra_nera.jpg') repeat-x;
	z-index:10;
}