/* Make the thubms tile on the left */
.pikachoose {
    overflow: hidden;
    position: relative;
    min-height: 249px;
}

/* Style the thumbnails */
/*.pika-thumbs{ margin: 0;
    display: none;
    padding: 0;
    width: 250px; }
.pika-thumbs li .clip {border: 1px solid #fff; position:relative;height:102px;width: 103px;text-align: center; vertical-align: middle; overflow: hidden;}

.pika-thumbs li:hover,
.pika-thumbs li.active {
   background: transparent;
}        
.pika-thumbs li {
    height: 104px;
    width: 105px;
    padding: 5px;
    background: transparent;
    cursor: pointer;
    float: left;
    list-style-type: none;
    overflow: hidden;
} */    
.pika-thumbs li img {display: block;opacity: 0!important;filter:alpha(opacity="0")!important; cursor: pointer;}
/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage img{}
.pika-stage .caption {
    background: none repeat scroll 0 0 #a9a9a9;
    bottom: 2px;
    color: #000;
    font-size: 14px;
    left: 0;
    line-height: 24px;
    font-weight: 600;
    opacity: 0.8 !important;
    filter:alpha(opacity="80")!important;
    padding: 10px 10px;
    position: absolute;
    text-align: right;
    text-transform: none;
    width: 450px;
    font-family: "Verdana";
	position: absolute;
	z-index: 9999;
}
.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; display: block;z-index:3;}
	.pika-imgnav a.previous {background: url(../images/strona/pika/prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
	.pika-imgnav a.next {background: url(../images/strona/pika/next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
	.pika-imgnav a.play {background: url(../images/strona/pika/play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
	.pika-imgnav a.pause {background: url(../images/strona/pika/pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

/* The previous and next textual buttons */
.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: 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;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{
    background: url("../images/strona/pika/loading.gif") no-repeat scroll 3px 3px transparent;
    color: white;
    font-size: 11px;
    height: 15px;
    padding: 5px 3px;
    position: absolute;
    right: 15px;
    text-indent: -2000px;
    top: 15px;
    width: 15px;
}

.pika-stage {

    border: 0 none;
    *height: 270px;

    padding: 0;
    *width: 980px;
    position: relative;

}
.caption,
.pause,
.previous,
.next {
    display: block;
}
.pika-thumbs,
.pika-imgnav {
display: none;
    opacity: 1!important;
    filter: alpha(Opacity=100)!important;
    top: 10px;
    opacity: 0;
    position: absolute;
    right: 16px;
    overflow: hidden;
}
.pika-thumbs {padding:0px;}
.pika-imgnav {display: none!important;}
.pika-thumbs li,
.pika-counter {
    display: block;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
}
.pika-thumbs li {
    float: left;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}
.pika-thumbs li div.clip,
.pika-counter span {
    background: url("../images/strona/pika/pikacounter.png") 0px 0px no-repeat;
    width: 19px;
    height: 19px;
    display: block;
    float: left;
    margin: 0 2px;
    text-indent: -2000px;
    cursor: pointer;
}
.pika-thumbs li.active div.clip,
.pika-counter span.active {
    background-position: -19px 0px;
}
