/*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: 30px; height:30px;}
.pika-stage {width: 980px;} 

/* .jcarousel-list li,
.jcarousel-item {width: 30px; height:30px;} */


.pikachoose {width: 980px; margin: 0 auto;}
.pika-stage {position: relative;background: #fafafa; padding: 0;text-align:center;height:480px;}
	
	/*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: 10px;}
	.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;height:100%;}

.pika-stage .caption {position: absolute; background: url(/assets/js/picachoose/styles/50-black.png);  border: 1px solid #141414; font-size: 13px; 
			color: #fafafa; padding: 10px;  text-align:left; top: 170px; left: 170px; width: 400px; line-height: 16px;}
	.pika-stage .caption strong {padding-bottom: 13px; margin-bottom: 13px; text-transform: uppercase; font-weight: bold; font-size: 20px; line-height:1.2em; border-bottom: 3px solid white; display: block;}		
	.pika-stage .caption p {padding: 0; margin: 0; font-size: 13px; line-height: 18px;}
	.pika-stage .caption span {float: right;}
	.pika-stage .caption span a {color: white; font-size: 13px;}
        .pika-stage .caption em {font-style: italic;}

.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
	.pika-imgnav a.previous {background: url(/assets/images/tech/arrow_big_toleft_white.gif) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
	.pika-imgnav a.next {background: url(/assets/images/tech/arrow_big_toright_white.gif) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
	.pika-imgnav a.play {background: url(/assets/js/picachoose/styles/play.png) no-repeat 0% 50%; height: 100px; width: 44px;bottom :0; right:20px;cursor:pointer; z-index: 20; display: none;}
	.pika-imgnav a.pause {background: url(/assets/js/picachoose/styles/pause.png) no-repeat 0% 50%; height: 100px; width: 44px;bottom :0; right:20px;cursor:pointer;  display: none;}

.pika-textnav {overflow: hidden; margin: 10px 0 0 0; display: none;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
	.pika-textnav a.previous {float: left; width: auto; display: block;}
	.pika-textnav a.next {float: right; width: auto; display: block;}
	
.pika-thumbs {margin: 10px 0 0 17px; padding: 0; overflow: hidden; margin-top: 100px}
	.pika-thumbs li {float: left; list-style-type: none;padding: 3px; margin: 0 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: middle; 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;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; display: none;}
		
		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */

.jcarousel-skin-pika, .jcarousel-container-horizontal {width: 600px; position: absolute; margin: -100px 0pt 0pt 270px;}

.jcarousel-skin-pika .jcarousel-container-horizontal { padding: 15px 20px;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 30px; width: 485px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 10px;}

