/*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: 50px;
	height: 50px;
}
.pika-stage
{
	height: 340px;
	width: 535px;
}
A
{
	color: #FFFFFF;
}
.pikachoose
{
	width: 770px;
	margin: 9px auto;
	position: relative;
}
.pika-stage
{
	position: relative;
	left: 0px;
	padding-bottom: 40px;
	/*[disabled]width:556px;*/
}
/*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: 0;
	left: 0;
}
.pika-stage .pika-aniwrap
{
	position: absolute;
	top: 0;
	left: 0;
}
.pika-stage .pika-ani
{
	position: relative;
	display: none;
	z-index: 2;
	margin: 0 auto;
}
.pika-stage IMG
{
	border: 0;
	height: 100%;
	/*[disabled]width:100%;*/
}
.pika-stage .caption
{
	position: absolute;
	background: url(75-black.png);
	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;
}
.pika-imgnav A
{
	position: absolute;
	text-indent: -5000px;
	display: block;
	z-index: 3;
}
.pika-imgnav A.previous
{
	background: url(prev.png) no-repeat left 45%;
	height: 100%;
	width: 50px;
	top: 0;
	left: 0;
	cursor: pointer;
}
.pika-imgnav A.next
{
	background: url(next.png) no-repeat right 45%;
	height: 100%;
	width: 50px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.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;
}
.pika-textnav
{
	overflow: hidden;
	margin: 10px 0 0;
}
.pika-textnav A
{
	font-size: 12px;
	text-decoration: none;
	color: #333;
	padding: 4px;
}
.pika-textnav A.previous
{
	float: left;
	width: auto;
	display: block;
	font: 15px ptsansnarrowbold;
}
.pika-textnav A.next
{
	float: right;
	width: auto;
	display: block;
	font: 15px ptsansnarrowbold;
}
.pika-thumbs
{
	margin: 0 0 0 17px;
	padding: 0;
	overflow: hidden;
	width: 186px;
	position: absolute;
	top: 10px;
	right: 30px;
}
.pika-thumbs LI
{
	float: left;
	list-style-type: none;
	padding: 3px;
	margin: 5px;
	background: #FAFAFA;
	border: 1px solid #E5E5E5;
	cursor: pointer;
}
.pika-thumbs LI:last
{
	margin: 0;
}
.pika-thumbs LI .clip
{
	position: relative;
	height: 100%;
	text-align: center;
	vertical-align: center;
	overflow: hidden;
}
/*for the tool tips*/
.pika-tooltip
{
	font-size: 12px;
	position: absolute;
	color: #FFFFFF;
	padding: 3px;
	background-color: rgba(0, 0, 0, 0.7);
	border: 3px solid #000000;
}
.pika-counter
{
	position: absolute;
	bottom: 45px;
	left: 15px;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.7);
	font-size: 11px;
	padding: 3px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*jCarousel Styles
if you're not using the carousel you can delete everything below this*/
.jcarousel-skin-pika .jcarousel-container-vertical
{
	width: 125px;
	height: 245px;
	padding: 20px 20px 20px 85px;
}
.jcarousel-skin-pika .jcarousel-clip-vertical
{
	width: 125px;
	height: 245px;
}
.jcarousel-skin-pika .jcarousel-item-vertical
{
	margin-top: 10px;
}
