div.scrollable {float:left;}
span.prevPage, span.nextPage{display:block;width:30px;height:30px;text-indent:-9999em; margin-top:120px;cursor:pointer;}
span.prevPage:hover {background:url(/imgs/flecha-izq-hover.png) ;}
span.nextPage:hover {background:url(/imgs/flecha-der-hover.png) ;}
span.prevPage {background:url(/imgs/flecha-izq-activo.png) no-repeat; width:30px; height:30px;}
div.disabled span{visibility:hidden !important; cursor:auto;}
span.nextPage {background:url(/imgs/flecha-der-activo.png) no-repeat; width:30px; height:30px;}
div.navi a {width:12px;	height:12px;float:left;	margin:3px;	background:url(/imgs/navigator-1.gif) no-repeat; width:12px; height:12px; cursor:pointer;}
div.navi a:hover {background:url(/imgs/navigator-2.gif) no-repeat; }
div.navi a.active {background:url(/imgs/navigator-3.gif) no-repeat;} 	
.mright span.prevPage, .mright span.nextPage {	margin:5px; float:right;}
