/*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:25px;}

.pikachoose { margin: 0 auto;}

	
	/*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: 0px; left: 0px;}
	.pika-stage .pika-aniwrap{position: absolute; top: 0px; left: 0px;}
	.pika-stage .pika-aniwrap{width:100%;}
	.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}
	.pika-stage img {border:0; width:100%;}

.pika-stage .caption {	position: absolute;	font-size: 11px;	color: #000000;	bottom: -122px;	left: 10px;	text-align:left;	width:750px;	font-family: "Lucida Sans Normal", "Lucida Grande", sans-serif;	letter-spacing: 1px;	padding-top: 5px;	padding-right: 0px;	padding-bottom: 10px;	padding-left: 10px;	left:-10px; height:50px;}
	.pika-stage .caption p { line-height: 11px; }

.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: 10px; left: -20px;cursor:pointer;}
	.pika-imgnav a.next {background: url(next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: -20px;cursor:pointer;}
	.pika-imgnav a.play {background: url(play.png) no-repeat 0px 50%; height: 500px; width: 300px;top:0;left:50%;cursor:pointer;}
	.pika-imgnav a.pause {background: url(pause.png) no-repeat 0px 50%; height: 500px; width: 300px;top:0;left:50%;cursor:pointer;}

.pika-textnav {overflow: hidden; margin: 120px 0 0 0; visibility:hidden;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;overflow: hidden;}
	.pika-textnav a.previous {float: left; width: auto; display: block;}
	.pika-textnav a.next {float: right; width: auto; display: block;}
	
.pika-thumbs {margin: 3px; padding: 0; overflow: hidden;}
	.pika-thumbs li {float: left; list-style-type: none;padding: 0px; background: #fafafa; 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-counter{ visibility:hidden;}
		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal {	padding-top: 15px;	padding-right: 0px;	padding-bottom: 15px;	padding-left: 0px;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 90px; width: 830px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 2px;}

