/* Just for the example. Fee free to delete these three lines */
a {
	color:white;
}
.pikachoose {
	width: 700px;
}
/* Style the thumbnails */
.pika-thumbs {
	width: 700px;
	height: 80px;
	overflow: hidden;
}
.pika-thumbs li {
	height:37px;
	margin: 0 3px 3px 0;
	float: left;
	cursor: pointer;
}
.pika-thumbs li:last {
	margin: 0;
}
.pika-thumbs li .clip {
	position:relative;
	height:100%;
	text-align: center;
	vertical-align: center;
	overflow: hidden;
}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage,.pika-textnav {
	width: 700px;
}
.pika-stage {
	position: relative;
	padding: 7px 0 40px 0;
	height:433px;
}
.pika-stage img {
	height:100%;
}
/* Ths play, pause, prev and next buttons */
.pika-imgnav a {
	position: absolute;
	text-indent: -5000px;
	display: block;
	z-index:3;
}
.pika-imgnav a.previous {
	width: 60px;
	height: 20px;
	bottom: 20px;
	left: 0px;
	cursor: pointer;
}
.pika-imgnav a.next {
	width: 50px;
	height: 20px;
	bottom: 20px;
	right: 0px;
	cursor: pointer;
}
/* The previous and next textual buttons */
.pika-textnav {
	overflow: hidden;
	margin: 10px 0 0 0;
	bottom:10px;
	position:absolute;
}
.pika-textnav a {
	font-size: 12px;
	text-decoration: none;
	 color: #333;
	padding: 4px;
}
.pika-textnav a.previous {
	float: left;
	width: auto;
	display: block;
}
.pika-textnav a.next {
	float: right;
	width: auto;
	display: block;
}
/*for the tool tips*/
.pika-counter {
	position: absolute;
	bottom: 45px;
	left: 15px;
	color: white;
	font-size: 11px;
	padding: 3px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pikachoose ul#pikame {
	margin-top: -10px;
}
