/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pikachoose {width: 980px; margin: 0 auto;}
.pika-stage {position: relative; width: 980px; padding: 0; margin:0; text-align:center; height:300px;}

	
	/*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:980px;}
	.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}
	.pika-stage img {border:0; width:980px;}

	.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(arrow-l.gif) no-repeat left 45%; display: block; height:14px; width: 7px; top: 318px; left: 656px;cursor:pointer;}
	.pika-imgnav a.next {background: url(arrow-r.gif) no-repeat right 45%; display: block; height:14px; width: 7px; top: 318px; right:19px;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: 0;}
	.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
	.pika-textnav a.previous {float: left; width: auto; display: none;}
	.pika-textnav a.next {float: right; width: auto; display: none;}
	
	.pika-thumbs {margin: 0; padding: 0; overflow: hidden;}
	.pika-thumbs li {float: left; list-style-type: none; height:46px; width:85px; margin: 0; border: 2px solid #bfbfbf; cursor: pointer;}
	.pika-thumbs li:last {margin: 0;height:46px; width:85px;}
	.pika-thumbs li .clip {position:relative;height:46px; width:85px; text-align: center; vertical-align: center; overflow: hidden;}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute; display: none;bottom: 45px;left:15px;color:white;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-horizontal { padding:0; width:298px; background:#000; padding-left:23px; -background:none; margin-top:-3px; -margin-top:-68px; margin-left:648px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 54px; padding-top:4px;  width:279px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right:4px; margin-left:0px;}

