
/* wrapper container... */

.pikachoose {width: 870px; margin: 0 auto;position:relative;}

/*container for main image */
.pika-stage {position: absolute;top:0; right:0; width: 429px;height: 286px;}
.pika-stage img{height:100%;}

.slide-text {position:relative; width: 429px; height: 159px; padding: 0 0 0 0; }

.pika-textnav {display: none;}
		
/* jCarousel Styles */
.jcarousel-skin-pika .jcarousel-container-horizontal {width: 426px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 143px; width: 426px; margin-right: 15px; }



/* Style the thumbnails */

.pika-thumbs li{
width: 128px; height:127px; margin: 0 14px 0 0; padding: 0 0 8px 0; overflow: hidden;
float: left; list-style-type: none; cursor: pointer;
}
		
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}

/* 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;}
	
.pika-counter{position: absolute;bottom: 5px;left:5px;color:white;background:rgba(0,0,0,0.7);font-size:10px;padding:3px;}

#pikame .active {border-bottom: solid 8px #1aa94b;}