

.images {
	height: 450px;
	width:100%;
	float:left;	
	cursor:pointer;
    position: relative;
	overflow:hidden;
	z-index:0;
}



/* single slide */
.images div {
	display:none;
	position:absolute;
	
}


/* tabs (those little circles below slides) */
.slidetabs {
	clear: both;
	margin-left: 450px;
	margin-top: 493px;
	position: absolute;
	z-index:0;
}

/* single tab */
.slidetabs a {
	width:14px;
	height:14px;
	float:left;
	margin:4px;
	background:url("imagenes/navigator.png") 0 0 no-repeat; 
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -14px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -28px;     
} 	


/* prev and next buttons */
.forward {
	margin-top: 192px;
	margin-right:50px;
	background: url("imagenes/flecha_derecha.png") no-repeat;
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
	cursor: pointer;
	float: right;
	font-size: 1px;
	text-indent: -9999em;
	z-index: 1;
}

.backward {
	margin-top: 192px;
	margin-left:50px;
	background: url("imagenes/flecha_izquierda.png") no-repeat;
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	cursor: pointer;
	font-size: 1px;
	text-indent: -9999em;	
	z-index: 1;
	float:left;
}

.forward:hover 		{ background-position:bottom; }



/* prev */
.backward:hover  		{ background-position:bottom; }


/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

