/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
/* Just for the example. Fee free to delete these three lines */
body{font-family:Helvetica, sans-serif;}
/*a{color:white;}*/
.pikachoose {width: 190px; margin: auto; height: 190px;}

/* Style the thumbnails */
.pika-thumbs{ padding: 0 16px; height: 60px; }
	.pika-thumbs li{ width: 122px; height:74px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;
		float: left; list-style-type: none;padding: 3px; margin: 0 5px; border: 2px solid #9e9d9d; 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: 200px;}
.pika-stage {position: relative; background: #fff; border: 2px solid #9e9d9d; padding: 10px 10px 10px 10px; text-align:left; 
    height: 125px!important;}
.pika-stage img{width:100%;}
.pika-stage .caption {display: none; }
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute;  display: block;z-index:3;}
	.pika-imgnav a.previous {     line-height: 116px;
    transform: scaleY(2.3);height: 100%; top: 10px; left: 3px;cursor:pointer;}
	.pika-imgnav a.next {    line-height: 116px;
    transform: scaleY(2.3);height: 100%;  top: 10px; right:3px;cursor:pointer;}
	.pika-imgnav a.play {background: url(../../../images/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/pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

/* The previous and next textual buttons */


/*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 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: 60px; height:40px;}
.pikachoose{width:200px;height:200px;position:relative;}
#pikame{width: 200px;}
.pika-thumbs {margin: 10px 0 0 17px; width:80px;position: absolute;top: 10px;right: 30px;}
	.pika-thumbs li { margin: 2px 5px;}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika{position:absolute;top:133px; left:0px;}
.jcarousel-skin-pika .jcarousel-container-horizontal { width: 200px;height: 60px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {left: -5px; width:  200px; height: 60px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-top: 0px;}