@charset "utf-8";
/*********************************************************************/
/************* Hoja de estilos para Slider de Konstruactiva *********/
/*******************************************************************/

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

/* prev, next, prevPage and nextPage buttons */
a.browse {
    background:url(../../imagenes/botones/hori_large.png) -1px 0 no-repeat;
    display:block;
    width:48px;
    height:380px;
    float:left;
    margin: 0;
    cursor:pointer;
    font-size:1px;
}

/* right */
a.right {
	background-position: -147px 0;
	clear:right;
	margin-right: 0px;
}
a.right:hover { background-position: -98px 0;}
a.right:active { background-position: -98px 0;}


/* left */
a.left { margin-left: 0px; }
a.left:hover  { background-position:-50px 0; }
a.left:active { background-position:-50px 0; }

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