/*********************** SCROLLERS ***********************/
.root {
	background-image:url(../images/barra.jpg);
	background-position:287px 0px;
	background-repeat:repeat-y;
	height:411px;
	overflow:hidden;
	position:absolute;
	width:297px;
}
.gallery{
	clear: both;
}
.thumb{
	position:absolute;
	height:20px;
	width:15px;
	margin-left:-15px;
}
		
.thumb img {
		height:20px;
		width:10px;
}		
.up {
	position:absolute;
	margin-left:-15px;
}

.dn{
	position:absolute;
	margin-left:-15px;
	margin-top:5px;
}

.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
	border:0;
	width:10px;
}

.scrollContainer { 
	position:absolute; 
	width:173px; 
	width:287px;
	overflow:hidden; 
}

.scrollContent { 
	position:absolute; 
	top:0px; 
}

#panelistas .modulo .root{
	background-image:url('../images/bg_barra.jpg');
	background-position:449px 0px;
	background-repeat:no-repeat;
	background-color:transparent;
	height:328px;
	position:absolute;
	width:459px;
}
#panelistas .scrollContainer { 
	position:absolute; 
	width:449px;
	height:328px; 
	overflow:hidden; 
	background-color:transparent;
}
#panelistas .thumb img {
		height:20px;
		width:9px;
}
#panelistas .thumb{
	position:absolute;
	height:20px;
	width:9px;
	margin-left:-19px;
}	

