/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 390px;	 
	width: 320px;
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:10000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	border-bottom:1px solid #ddd;
	margin:8px 0;
	padding:5px;
	font-size:12px;
	height:110px;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:5px;
	height:100px;
	width:65px;
}

.items h3 {
	margin:0 0 3px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:320px;
	margin:4px 0 3px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#FF3300;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}

.ficha_titulolibro {
  text-align: left;
  font-family: "Lucida Grande", Lucida Sans, Myriad, Trebuchet MS, Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #990000
}

.ficha_autor {
  text-align: left;
  font-family: "Lucida Grande", Lucida Sans, Myriad, Trebuchet MS, Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  color: #444444;
}

.ficha_cuerpo {
  text-align: left;
  font-family: "Lucida Grande", Lucida Sans, Myriad, Trebuchet MS, Verdana, Arial;
  font-size: 12px;
  font-weight: normal;
  color: #777777;
}

.ficha_fecha {
  text-align: left;
  font-family: "Lucida Grande", Lucida Sans, Myriad, Trebuchet MS, Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.ficha_isbn {
  text-align: left;
  font-family: "Lucida Grande", Lucida Sans, Myriad, Trebuchet MS, Verdana, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #777777;
}	