#DHTMLgoodies_panel_one,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
	width: 320px;  /* que es el ancho de las flechas; no se puede poner más ni %... */
}
#DHTMLgoodies_arrows {
  position: fixed;
  left: 355px;
  top: 100px; 
  width: 13px;
  height: 100%;
  padding: 0 2px;
  border-left: solid 1px #b6d3e5;
  border-right: solid 1px #b6d3e5;
}
* html #DHTMLgoodies_arrows { position: absolute; }
#DHTMLgoodies_thumbs{
	overflow:hidden;	/* Don't change this */
  /* height:280px; */ /* Altura fija en original; si no se pone, ocupa toda la altura */
	position:relative;	/* Never change this */
	float:left;
	/* border: solid 1px #ddd; */
	margin: 2px;
	padding: 2px;
}
#DHTMLgoodies_thumbs_inner{
	position:relative;	/* Never change this */
}	
#DHTMLgoodies_arrows img.leftArrow
{
  position: fixed;
  left: 358px;
  top: 100px;
  border: 0;
}
#DHTMLgoodies_arrows img.rightArrow
{
  position: fixed;
  left: 358px;
  bottom: 0px;
  border: 0;
}

	

