
/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../imagenes/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	/*
	float:left;
	
	cursor:pointer;
	font-size:1px;
	*/
	margin:40px 10px;
	/*position:absolute;
	top:100%;
	left:50%;
	margin-left:450px;
	margin-top:-130px;*/
}

#flechaizda {
	position:absolute;
	top:100%;
	margin-top:-110px;
	left:50%;
	margin-left:-440px;*/
}

#flechadecha {
	position:absolute;
	top:100%;
	margin-top:-110px;
	left:50%;
	margin-left:410px;*/
}