/* These hieghts and widths should be edited to your images */
ul.pikame {
	margin: 0 auto 0 25px;
	padding-left: 0;
	width: 515px;
}
.pika_main {
	width: 500px;
	padding-right: 20px;
	margin: 0 auto;
}
.pikame li {
	margin: 6px;
	float: left;
	border: 1px solid #999995;
}
/* thats all you NEED to edit. But continue if you'd like. */
ul.pikame li img {
	position: relative;
	cursor: pointer;
}
.pika_main img {
	padding: 4px 8px 7px 2px;
	background: url(../images/fond_grandeimage.jpg) no-repeat left top;
}
.pika_main {
	position: relative;
	margin: 0 auto;
}
.pikachoose li {
	float: left;
	position: relative;
	overflow: hidden;
	list-style: none;
}
.pika_play {
	position: absolute;
	top: 10px;
	right: 25px;
	z-index: 1;
	font-size: 14px;
	display: block;
	background-color: #ffffff;
	padding: 5px;
}
.pika_play a {
	position: relative;
	margin-left: auto;
	cursor: pointer;
}
.pika_play a:hover {
	text-decoration: underline;
}
.pika_play img {
	border: none !important;
}
.pika_caption a {
	color: #545656;
	font-size: 14px;
	font-style: italic;
}
.pika_caption {
	color: #545656;
	font-size: 14px;
	height: 30px;
	padding-bottom: 10px;
	text-align: center;
	width: 100%;
}
.pika_navigation a {
	font-size: 12px;
	color: #545656;
	text-decoration: none;
	cursor: pointer;
}
.pika_navigation a:hover {
	text-decoration: underline;
}
.pika_navigation {
	left: 499px;
	position: absolute;
	top: 0;
}