/* Just for the example. Fee free to delete these three lines */
body{font-family:Helvetica, sans-serif;}
a{color:white;}
.pikachoose {width: 800px; margin: 0 auto;}

/* Style the thumbnails */
.pika-thumbs{margin:0; width:200px; }
.pika-thumbs li{ width: 104px; height:74px; margin: 0; padding: 0; overflow: hidden; float: left; list-style-type: none; padding: 0px; cursor: pointer;}

.pika-thumbs li .clip {position:relative;height:70%;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: 520px;}
.pika-stage {position: relative;  padding: 46px 10px 40px 170px; text-align:center; height:337px;}
.pika-stage img{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(previous.png) no-repeat; height: 23px; width: 50px; top: 190px; left: 170px;cursor:pointer;}
.pika-imgnav a.next {background: url(next.png) no-repeat; height: 100%; width: 50px; top: 190px; left: 799px; cursor:pointer;}
/*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(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; }


/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-vertical { width: 125px;height: 320px; padding:0; margin:0; overflow:hidden; position:absolute; top:-380px;}
.jcarousel-skin-pika .jcarousel-clip-vertical { width:  125px; height: 230px;}
.jcarousel-skin-pika .jcarousel-item-vertical { margin-top: 10px;}