
/* Style the thumbnails */
#sldernotcont { background:url(../imagenes/bg-sldernot.png); width:455px; height:115px; z-index:999; position:absolute; top:600px;}
#sldernotcont h1 {font-family: 'Cambria'; font-size:16px; color:#fff; position:absolute; top:5px; left:10px}
#sldernot.pika-thumbs { display:none}
.pika-thumbs{ padding: 0 16px; height: 75px; display:none }

.pika-thumbs li{ width: 144px; height:74px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;
		float: left; list-style-type: none;padding: 3px; margin: 0 5px;  cursor: pointer;}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}

	
/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 455px; }

.pika-stage {position: relative; text-align:left; margin:0; padding:30px 0 0 10px}
.pika-stage img{ width:144px; left:0 }
.pika-stage .caption {position: absolute; font-size: 14px;  font-family: 'Cambria'; font-style: italic; width:245px; height:62px; 
			color: #fff;  bottom: 0px; right: 50px; display:none}
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; z-index:3;}
	.pika-imgnav a.previous {background: url(../imagenes/flecha-promo-izq.png) no-repeat left 45%; height: 100%; width: 50px; top: 20px; left: 10px;cursor:pointer;}
	.pika-imgnav a.next {background: url(../imagenes/flecha-promo-der.png) no-repeat right 45%; height: 100%; width: 50px; top: 20px; right: 30px;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; display:none}
	.pika-imgnav a.pause {background: url(../imagenes/flecha-promo-izq.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer; display:none}

/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute; display:none}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
	.pika-textnav a.previous {float: left; width: auto; display: block;}
	.pika-textnav a.next {float: right; width: auto; display: block;}

/*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; display:none}
.pika-counter{position: absolute;top: 45px; right:0; color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px; display:none}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
	text-align:right; position:absolute; top:15px; right:15px; }
	
.jcarousel-skin-pika { height:20px; overflow:hidden}
