﻿@import url('base.css');
/*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: 120px;
	height: 85px;
}
.pikachoose {
	width: 960px;
	margin: 0 auto 0 20px;
	position: relative;
}
.pika-thumbs {
	margin: 0px;
	width: 300px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.pika-thumbs li {
	margin: 5px 5px;
}
