/*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: 70px; height:50px; }

.pika-stage {
			position: relative; 
			width: 530px; 
			height: 443px;
			}



.pikachoose {width: 443px;}

	
	/*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-ani {position:relative;display: none;z-index:2;margin:0 auto;}
	.pika-stage img {border:0;}

.pika-stage .caption {display:none;}
.pika-stage .caption p {display:none;}

.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;cursor:pointer;}
	.pika-imgnav a.previous {display:none;}
	.pika-imgnav a.next {display:none;}
	.pika-imgnav a:hover{display:none;}	

	.pika-imgnav a.play  {display:none;}
	.pika-imgnav a.pause {display:none;}

.pika-textnav {display:none;}
	
.pika-thumbs {
	
/*	margin:-165px 0 0 -90px; */
	
	margin-top:-50px;
	margin-left:-240px;
	
}


	.pika-thumbs li {
		cursor: pointer;
		
		list-style-type: none;
		
		margin: 0 5px 0 0; 
		
		float:left !important;
		
		}

		.pika-thumbs li:last {margin: 0;}
		.pika-thumbs li .clip {position:relative;height:100%;text-align: left; overflow: hidden;}

/*for the tool tips*/
.pika-tooltip{display:none;}
.pika-counter{display:none;}
	

