/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{width: 71px; height:50px;}
/*.pika-stage, .pika-textnav {width: 500px;}*/


body{font-family:Helvetica, sans-serif;}

.pikachoose {    
    height: 280px;
    margin: 0 auto;
    width: 720px;
}
.pika-stage {position: relative; height:280px; width: 720px;}
	
	/*if you change the padding on pika-stage you must adjust the top left of this to match! */
	.pika-stage .main-image {position: absolute; top: 10px; left: 10px;}
	.pika-stage .pika-aniwrap{position: absolute; top: 0px; 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 {     
    background: url("../images/75-black.png") repeat scroll 0 0 transparent;
    bottom: 0;
    right: 0;
    color: #FAFAFA;
    font-size: 11px;
    height: 75px;
    padding: 15px 10px 0px 20px;
    position: absolute;
    text-align: left;
    width: 690px;
    float: left;
    }
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

.pika-stage .caption {
    line-height: 18px;
    font-size: 12px;
}

.pika-stage .caption .nadpis {  
    font-size: 25px;
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
}

.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
	.pika-imgnav a.previous {background: url(prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
	.pika-imgnav a.next {background: url(next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;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: block;}
	.pika-textnav a.next {float: right; width: auto; display: block;}
	
.pika-thumbs { margin: 0 0 0 0; padding: 0; overflow: hidden; }
	.pika-thumbs li {                   float: left; border-left: solid 1px black; border-top: solid 1px black; list-style-type: none; margin: 0; padding: 0; cursor: pointer; height: 69px; width: 119px;}

		.pika-thumbs li.active {        border-top: solid 1px red; }
		.pika-thumbs li .clip {         position:relative; height:100%; text-align: center; vertical-align: center; overflow: hidden;}
        .pika-thumbs li.last-child {    margin-right: 0px;}
		.pika-thumbs li {                }
/*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: 15px 20px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 90px; width: 485px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 10px;}

