/* Style the thumbnails */
.pika-thumbs {
	display:none
}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {
	width: 600px;
}
.pika-stage {
	position: relative;
	background: none;
	border: 0 px solid #e5e5e5;
	text-align:center;
	height:350px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius:10px 10px 10px 10px;/*Para Opera*/
    border-radius:10px 10px 10px 10px;/*El estandar por defecto*/
}
.pika-stage img {
	width: 600px;
	height:350px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius:10px 10px 10px 10px;/*Para Opera*/
    border-radius:10px 10px 10px 10px;/*El estandar por defecto*/
}
.pika-stage .caption {
	position: absolute;
	background: #FFF;
	background: rgba(255,255,255,0.75);
	border: 0 px solid #141414;
	font-size: 13px;
	color: none;
	text-align: right;
	bottom: 50px;
	right: 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius:10px 10px 10px 10px;/*Para Opera*/
    border-radius:10px 10px 10px 10px;/*El estandar por defecto*/
}


