/*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: 100px;
	height:60px;
}
.pika-stage {
	height:440px;
}
#pikame{
	width:100px;
	float: left;
	position: absolute;
	left: 0px;
	text-align: left;
	display: block;
	padding-left: 0px;
	height: 400px;
}

body{
	font-family:Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a{
	color:white;
	margin: 0px;
	padding: 0px;
}
.pikachoose {
	width: 725px;
	position:relative;
	background-color: #000000;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	padding-left: 0px;
}
.pika-stage {
	position: absolute;
	padding-bottom:40px;
	left: 112px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
	
	/*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: 10px; left: 10px;}
	.pika-stage .pika-aniwrap{position: absolute; top: 10px; left: 10px;}
	.pika-stage .pika-ani {
	position:relative;
	display: none;
	z-index:2;
	margin:0;
}
	.pika-stage img {
	height:100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
	
.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 {
	height: 100%;
	width: 50px;
	top: 10px;
	left: 10px;
	cursor:pointer;
	background-position: 45%;
}
	.pika-imgnav a.next {
	height: 100%;
	width: 50px;
	top: 10px;
	right: 10px;
	cursor:pointer;
}
	.pika-imgnav a.play {
	height: 100px;
	width: 44px;
	top:0;
	left:50%;
	display: none;
	cursor:pointer;
	background-image: url(play.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
	.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;
	bottom:10px;
	position:absolute;
	width:580px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.pika-textnav a {
	font-size: 11px;
	text-decoration: none;
	color: #CCCCCC;
}
	.pika-textnav a.previous {float: left; width: auto; display: block;}
	.pika-textnav a.next {float: right; width: auto; display: block;}
	
.pika-thumbs {
	padding: 0;
	overflow: hidden;
	width:150px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
	.pika-thumbs li {float: left; list-style-type: none;padding: 0px; margin: 0px 0px; background: #fafafa; border: 0px 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 black;
}

		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-vertical { width: 100px;height: 490px; padding: 0px 10px 10px 10px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-vertical { width:  100px; height: 490px;}
.jcarousel-skin-pika .jcarousel-item-vertical { margin-top: 10px;}
