/**************************************************************/
a.browse-arrow{
	cursor:pointer;
	
}

/**************************************************************/

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
	margin:10px 0 0 0;
	width: 578px;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	/*background:transparent url(../../media/images/scrollable/arrow/flechas_scrollable.png) no-repeat;*/
	display:block;
	width:38px;
	height:38px;
	/*float:left;*/
	margin:0; 
	cursor:pointer;
	font-size:1px;
}
/*************************** INICIO NAVEGACION PORTAFOLIO */

/* right */
a.rightfolio { 
background: transparent url(../../media/images/flecha-derecha-casos_de_estudio.png) no-repeat;
clear:right;  float: right; margin-top: -160px;}
a.rightfolio:hover{ background: transparent url(../../media/images/flecha-derecha-hover.png) no-repeat top left; }

/* left */
a.leftfolio	{ 
background: transparent url(../../media/images/flecha-izquierda-casos_de_estudio.png) no-repeat;
float:left; clear:left; margin:130px 0 0 0; } 
a.leftfolio:hover{ background: transparent url(../../media/images/flecha-izquierda-hover.png) no-repeat top left; }

/**************************** FIN */

/* right */
a.rightphoto { 
background: transparent url(../../media/images/flecha-derecha-casos_de_estudio.png) no-repeat;
/*background-position: 0 -7px; */
clear:right;  float: right; margin-top: -82px;}
a.rightphoto:hover{ background: transparent url(../../media/images/flecha-derecha-hover.png) no-repeat top left; }

/* left */
a.leftphoto	{ 
background: transparent url(../../media/images/flecha-izquierda-casos_de_estudio.png) no-repeat;
/*background-position: center -58px; */
float:left; clear:left; margin:30px 0 0 0; } 
a.leftphoto:hover{ background: transparent url(../../media/images/flecha-izquierda-hover.png) no-repeat top left; }

/* right */
a.right{/* background-position: 0 -7px; */ clear:right;  float: right; margin: 40px -12px 0 0;}
/*a.right:active 	{ background-position:-60px -30px; } */

/* left */
a.left{ background-position: center -58px; float:left; clear:left; margin:40px 0 0 -12px; } 
/*a.left:active  	{ background-position:-60px 0; }*/



/* disabled navigational button */
a.disabled {
	/*visibility:hidden !important;	*/	
} 	

