/* Disable the thumbnails */
.pika-thumbs
{ display: none; position: fixed; }
.pikachoose 
{ display: none; position: fixed; }
.pika-thumbs li
{ display: none; position: fixed;}
.pika-thumbs li .clip 
{ display: none; position: fixed;}
	
/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage 
{ position: relative; background: #DDD; border: 1px solid #CCC; margin: 5px; padding: 3px; text-align: center; border-radius: 5px; }
.ss_small
{ margin-left: 25px !important; }
.ss_small .pika-stage, 
.ss_small .pika-stage .pika-textnav, 
.ss_small .pika-stage img 
{ width: 230px; height: 220px; }
.ss_large .pika-stage, 
.ss_large .pika-stage .pika-textnav, 
.ss_large .pika-stage img 
{ width: 280px; height: 320px; }

/* The play, pause, prev and next buttons */
.pika-imgnav a 
{ position: absolute; text-indent: -5000px; display: block;z-index:3;}
.pika-imgnav a.previous 
{ background: url('../img/prev.png') no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 1%; cursor:pointer;}
.pika-imgnav a.next 
{ background: url('../img/next.png') no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 1%; cursor:pointer;}
.pika-imgnav a.play 
{ background: url('../img/play.png') no-repeat 0% 50%; height: 100px; width: 44px; top:0; left:50%; display: none; cursor:pointer;}
.pika-imgnav a.pause 
{ background: url('../img/pause.png') no-repeat 0% 50%; height: 100px; width: 44px; top:0; left:50%; display:none; cursor:pointer;}

/* Pic counter and textual buttons (disabilitati) */
.pika-textnav 
{ display: none; }
.pika-counter
{ position: absolute; bottom: 2%;left: 2%; color:white; background:rgba(0,0,0,0.7); font-size:11px; padding:3px; border-radius:5px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader
{ background:url(../img/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; }
