/* Style the thumbnails */
.pika-thumbs {
	padding: 0 5px;
	display:none
}

/* The stage is the wrapper. The image fills 100% the height of the stage */


.pika-stage {
	position: relative;
}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {
	position: absolute;
	z-index: 3;
}
.pika-imgnav a.previous {
	background: url(../img/iconos/prev.png) no-repeat left 45%;
	height: 100%;
	width: 120px;
	top: 8px;
	left: 8px;
	cursor:pointer;
}
.pika-imgnav a.next {
	background: url(../img/iconos/next.png) no-repeat right 45%;
	height: 100%;
	width: 120px;
	top: 8px;
	right: 8px;
	cursor:pointer;
}


/*for the tool tips*/

.pika-counter {
	position: absolute;
	bottom: 20px;
	left: 10px;
	color: #00000;
	background: rgba(150,150,150,0.55);
	font-size: 28px;
	padding: 2px;
	-moz-border-radius: 5px;
	border-radius: 3px;
}
