﻿/* Just for the example. Fee free to delete these three lines */body{font-family:Helvetica, sans-serif;}.pikachoose { float:left; width:430px; margin-bottom:100px;}/* Style the thumbnails */.pika-thumbs{ padding: 0 16px; height: 75px; }.pika-thumbs li{ width: 144px; height:74px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;box-sizing: content-box;-webkit-box-sizing: content-box;    float: left; list-style-type: none; margin: 0 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;}/* The stage is the wrapper. The image fills 100% the height of the stage */.pika-stage, .pika-textnav {width: 290px;}.pika-stage {position: relative; background: #fafafa; border: 1px solid #e5e5e5; padding: 0; text-align:center; height:250px !important;}.pika-stage img{ max-width:100%; height: 100%;}/* 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(../image/prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}.pika-imgnav a.next {background: url(../image/next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}.pika-imgnav a.play {background: url(../image/play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}.pika-imgnav a.pause {background: url(../image/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 { margin: 10px 0 0 0;bottom:0px;top:0px; position:absolute;}.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}.pika-textnav a.previous {display: block; background:url(../image/previous.png) no-repeat; width:66px; height:30px; position:relative; right:-294px; top:-8px;}.pika-textnav a.next {  display: block; background:url(../image/next.png) no-repeat; width:66px; height:30px; position:relative; right:-294px; top:213px;}/*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; display:none;}/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		.pika-loader{ 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: 65px; height:65px;}.pikachoose{ position:relative;}#pikame{width: 150px;}.pika-thumbs {margin: 10px 0 0 17px; width:250px;position: absolute;top: 10px;right: 30px;}.pika-thumbs li { margin: 3px 5px;}/* jCarousel Styles *//*if you're not using the carousel you can delete everything below this */.jcarousel-skin-pika{position:absolute;top:37px; left:290px;}.jcarousel-skin-pika .jcarousel-container-vertical { width: 125px;height: 216px; overflow:hidden;}.jcarousel-skin-pika .jcarousel-clip-vertical { width:  125px; height: 216px;}@media(max-width:991px){	.pikachoose{ width:380px;}}@media(max-width:767px){	.pikachoose{ width:auto; float:none; margin-bottom:30px;}	.pika-stage, .pika-textnav {width: 210px;}	.jcarousel-skin-pika{ left:214px; top:0;}	.pika-textnav a.previous { display:none;}	.pika-textnav a.next { display:none;}}.pika-thumbs li .clip img { height:100%;}