/* Just for the example. Fee free to delete these three lines */

.pikachoose {width: 520px; margin: 0 auto; }

.pi *,.pi *::before, .pi *::after{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}


.jcarousel-prev{}
.jcarousel-next{ }
.pika-imgnav{ display:none;}

.pika-textnav .previous{cursor: pointer; width:170px; line-height:40px; margin:10px 23px 10px 9px;font-size:40px; text-align:center; position:absolute; right:0px; top:0;}
.pika-textnav .next{cursor: pointer;width:170px; line-height:40px; margin:10px 23px 10px 9px; color:#fff;font-size: 40px; text-align:center; background:#ddd;position:absolute; right:0px; bottom:0;}

.pika-textnav .previous:hover{ background:#425c6c}
.pika-textnav .next:hover{background:#425c6c}



/* Style the thumbnails */
.pika-thumbs{ padding: 0 16px; height: 75px; }
.pika-thumbs li{ width: 144px; height:74px;  padding: 0; overflow: hidden;
    float: left; list-style-type: none;padding: 3px; margin: 5px 5px 10px 5px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}
.pika-thumbs li .clip img{ width:100%;}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 100%}
.pika-stage {position: relative; background: #fafafa; border: 1px solid #e5e5e5;  height:440px; padding-bottom:20px; margin-bottom:20px;}
.pika-stage img{height:100%; margin:10px;}
.pika-stage .caption { display:none;position: absolute; background: none;   font-size: 0px; 
    color: #fafafa; padding: 0px; text-align: right; bottom: 0px; right:0px;}
.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(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;}

/* The previous and next textual buttons */
.pika-textnav { height:100%; bottom:0px; position:absolute;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
.pika-textnav a.previous {float: left;  display: block; color:#fff; background:#ddd}
.pika-textnav a.next {float: right;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;}
.pika-counter{position: absolute;bottom: 45px;left:15px; display:none;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;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(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; }

/*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: 170px; height:90px;}
.pikachoose{width:100%; position:relative;}
#pikame{}
.pika-thumbs {margin: 10px 0 0 17px; width:250px;position: absolute;top: 10px;right: 30px;}
.pika-thumbs li { }

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika{position:absolute;top:75px;right:20px;}
.jcarousel-skin-pika .jcarousel-container-vertical { width: 185px;height: 320px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-vertical { }
.jcarousel-skin-pika .jcarousel-item-vertical { margin-top:0px;}
