.pika-thumbs li
{
	width	: 100px;
	height	: 60px;
}

.pika-stage, .pika-textnav
{
	width	: 787px;
}

.pika-stage
{
	position			: relative;
	background			: #e8eaef;
	padding				: 10px 10px 40px 10px;
	text-align			: center;
	height				: 400px;
	-webkit-box-shadow	: 0 5px 10px rgb(162,162,162);
	-moz-box-shadow		: 0 5px 10px rgb(162,162,162);
	box-shadow			: 0 5px 10px rgb(162,162,162);
}
	.pika-stage .main-image {position: absolute; top: 10px; left: 10px;}
	.pika-stage .pika-aniwrap{position: absolute; top: 10px; left: 0px;}
	.pika-stage .pika-aniwrap{width:100%;}
	.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}
	.pika-stage img {border:0;height:100%;}

.pika-stage .caption
{
	position	: absolute;
	text-align	: right;
	bottom		: 15px;
	right		: 12px;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 13px;
	font-style	: italic;
	font-style	: bold;
}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
	
	.pika-imgnav a.previous
	{
		background	: url('../img/galeria/anterior.png') no-repeat left 45%;
		height		: 100%; 
		width		: 50px;
		top			: 10px;
		left		: -50px;
		cursor		: pointer;
	}
	
	.pika-imgnav a.next
	{
		background	: url('../img/galeria/siguiente.png') no-repeat right 45%;
		height		: 100%;
		width		: 50px;
		top			: 10px;
		right		: -50px;
		cursor		:pointer;
	}
	
	.pika-imgnav a.play {background: url(play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
	.pika-imgnav a.pause {background: url(pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
	.pika-textnav a.previous {float: left; width: auto; display: none;}
	.pika-textnav a.next {float: right; width: auto; display: none;}
	
.pika-thumbs
{
	height		: 100px;
	overflow	: hidden;
	background	: url('../img/fondo_galeriathumbs.jpg') fixed right;
}

	.pika-thumbs li
	{
		list-style-type	: none;
		padding			: 5px 5px 15px 5px;
		margin			: 10px 5px;
		background		: #fff;
		cursor			: pointer;
	}
		.pika-thumbs li:last {margin: 0;}
		
		.pika-thumbs li .clip
		{
			position		: relative;
			height			: 100%;
			text-align		: center;
			vertical-align	: center;
			overflow		: hidden;
		}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}
		
		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal
{
	padding		: 20px;
	overflow	: hidden;
}