/*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: 100%; height:370px;}
.pika-stage, .pika-textnav {width: 100%;}



.pikachoose {display: inline-block;position: relative;width: 100%; /* margin:0px; */ overflow: hidden; }
	.pikachoose:before { content: ' ';  display: inline-block;  padding-top: 37.5%; }
.pika-stage {position: relative;background: #fafafa; text-align:center;width:100%;margin:0 0 0 0;position: absolute;    top: 0;    bottom: 0;    left: 0;    right: 0;}
.pika-stage img { width: 100%; }
	
	/*if you change the padding on pika-stage you must adjust the top left of this to match! */
	.pika-stage .main-image {position: absolute; top: 0px; left: 0px;}
	.pika-stage .pika-aniwrap{position: absolute; top: 0px; left: 0px;}
	.pika-stage .pika-aniwrap{width:100%;}
	.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}

.pika-stage .caption {position: absolute; background: url(75-black.png); font-size: 11px; 
			color: #fafafa; padding: 5px; text-align: right; bottom: 5px; right: 10px;-moz-border-radius: 5px;border-radius:5px;}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

	
.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: 0px;cursor:pointer;}
	.pika-imgnav a.next {background: url(next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 0px;cursor:pointer;}


	.pika-textnav a.previous {display: none;}
	.pika-textnav a.next {display: none;} 
	
	

 .pika-thumbs {display:none;}
	.pika-thumbs li {display:none;}
		
		
		
.pika-thumbs li .clip{display:none;}

/*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: 25px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}