/* QUESTO SERVE A INQUADRARE LO SLIDESHOW */
.pikachoose2 {
  z-index: 0;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
}
/* Style the thumbnails */
.pika-thumbs2 {
  position: relative;
  padding: 0px;
  float: left;
  display: none;
}
.pika-thumbs2 ul{
  width: 100%;
  margin-left: 0px;
  padding-left: 0;
 }
.pika-thumbs2 li{
  height: 70px;
  width: 100px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #1d3b79;
  list-style-type: none;
  background-color: #ffffff;
  float: left;
}
/* QUESTO GESTISCE LE IMMAGINI DELLO SLIDESHOW */
.pika-stage2 {
    position: relative;
    margin: 0;
    width: 100%;
    border: 0;
	
}
.pika-stage2 img {
    border:0;
	border: thin solid #1d3b79;	
    width: 100%;
}
.pika-stage2 .pika-aniwrap, .pika-stage2 .main-image {
    position: absolute;
    top: 0;
    left: 0;
}
.pika-stage2 .pika-aniwrap{
    width: 100%;
}
.pika-stage2 .pika-ani {
    position: relative;
    display: none;
    z-index:2;
    margin:0 auto;
}
/* QUESTO GESTISCE IL TITOLO DELL'IMMAGINE */
.pika-stage2 .caption {
    position: absolute;
    background: #ffffff;
    border: 0;
    font-size: 1em;
    font-family: 'segoe', arial, serif;
    color: #000000;
    padding: 10px;
    text-align: right;
    bottom: 20px;
    right: 0px;
}
.pika-stage2 .caption p {
    padding: 0;
    margin: 0;
}
/* QUESTO GESTISCE NEXT E PREVIOUS NELL ANGOLO IN BASSO A SINISTRA E IL NUMERO DELLE IMMAGINI */
.pika-textnav2, .pika-imgnav2 {
	color: #ffffff;
    display: none;
}
.pika-counter2{
    position: absolute;
    bottom: -20px;
    left:15px;
    font-size:11px;
    display: none;
}
/* QUESTI GESTISCONO LE FRECCE DI NAVIGAZIONE */
.pika-imgnav2 a {
    position: absolute;
    text-indent: -5000px;
    display: block;
    z-index:3;
}
.pika-imgnav2 a.previous {
    background: url(../pick/prev.png) no-repeat left 45%;
    height: 100%;
    width: 50px;
    top: 10px;
    left: 0px;
    cursor: pointer;
}
.pika-imgnav2 a.next {
    background: url(../pick/next.png) no-repeat right 45%;
    height: 100%;
    width: 50px;
    top: 10px;
    right: 0px;
    cursor: pointer;
}











/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
