/* Just for the example. Fee free to delete these three lines */
body{font-family:Helvetica, sans-serif;}
a{color:white;}
.pikachoose {
	width: 700px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	
	/* Style the thumbnails */
.pika-thumbs{
	height: 90px;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 16px;
}
	.pika-thumbs li{
	width: 90px;
	height:60px;
	margin: 10px 0 0 14px;
	padding: 0;
	overflow: hidden;
	float: right;
	list-style-type: none;
	padding: 3px;
	background: #fafafa;
	border: 1px solid #DAE8F0;
	cursor: pointer;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}
	.pika-thumbs li .clip {
	position:relative;
	height:100%;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}
	
/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {
	width: 710px;
}
.pika-stage {
	position: relative;
	text-align:center;
	height:450px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
}
.pika-stage img{height:100%;}
.pika-stage .caption {position: absolute; background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414; font-size: 11px; 
			color: #fafafa; padding: 10px; text-align: right; bottom: 50px; right: 10px;}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
	.pika-imgnav a.previous {
	height: 100%;
	width: 50px;
	top: 10px;
	left: 10px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: left 45%;
	background-image: url(prev.png);
}
	.pika-imgnav a.next {
	height: 100%;
	width: 50px;
	top: 10px;
	right: 10px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: right 45%;
	background-image: url(next.png);
}
	.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;}
	
/* The previous and next textual buttons */



/*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: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

