/*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%;
	max-width:100px;
	height:60px;
}
.pika-stage {
	height: 400px;
}
.pikachoose {
	width:100%;
	max-width: 600px;
	height:auto;
}
.pika-stage {
	position: relative;
	/*border: 1px solid rgb(200,200,200);*/
}
	
/*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;
}
.pika-stage img {
	border:0;
	height:100%;
}

.pika-stage .caption {
	position: absolute; 
	padding: 10px; 
	bottom: 10px; 
	right: 10px;
	color:#fff;
	background:rgba(0,0,0,0.6);
}
.pika-stage .caption p {
	padding: 0;
	margin: 0;
}

.pika-imgnav a {
	position: absolute; 
	text-indent: -5000px; 
	display: block;
	z-index:3;
	cursor:pointer;
}
.pika-imgnav a.previous {
	width:40px;
	height:40px;
	
	top:45%;
	left:20px;
	
	opacity:0.5;	
	
	border-left: 2px solid #FFF;
	border-top: 2px solid #FFF;
	background:none;
	
	-webkit-animation: none;
	   -moz-animation: none;
	    -ms-animation: none;
	
	
	-webkit-transition: opacity 300ms linear;
	
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.pika-imgnav a.next {
	width:40px;
	height:40px;
	
	top:45%;
	right:20px;
	
	opacity:0.5;
	
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	background:none;
	
	-webkit-animation: none;
	   -moz-animation: none;
	    -ms-animation: none;	
	
	-webkit-transition: opacity 300ms linear;
	
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
			transform: rotate(45deg);
}
.pika-imgnav a:hover{
	opacity:1;
	-webkit-transition: opacity 300ms linear;
}	

.pika-imgnav a.play  {
	border-color: transparent transparent rgba(255,255,255,.5);
	border-style: solid;
	border-width: 0 0 25px 25px;
	height: 0;width: 0;
	position:absolute;
	
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	
	top:15px;
	left:50%;
	display:none;
}
.pika-imgnav a.pause {
	display:none;
	height: 30px;
	width: 15px; 
	position:absolute;
	top:15px;
	left:50%;
}

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

.pika-thumbs li:last {margin: 0;}
.pika-thumbs li .clip {
	position:relative;
	height:100%;
	text-align: center; 
	vertical-align: center; 
	overflow: hidden;
	margin:0 10px 10px 0 !important;
}

/*for the tool tips*/
.pika-tooltip{
	position:absolute;
	color:white;
	padding:5px; 
	background: rgba(0,0,0,0.8);
}
.pika-counter{
	position: absolute;
	bottom: 10px;
	left:10px;
	color:white;
	background:rgba(0,0,0,0.6);
	padding:10px;
}
		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal { padding: 15px 20px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 90px; width: 600px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 10px;}

