

/* PikaChoose Demos, mostly the faqs pages
**************/
/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.demo {width:300px; text-align:center; float:right; display:inline-table; margin: 0 0 0 20px;}

.demo .pika-stage {margin: 0 0 0 0px; left:0px; width:350px; height: 250px; background-color:#000000; position: relative;border: 3px solid #010101;-moz-box-shadow: 5px 5px 2px #888;-webkit-box-shadow: 5px 5px 2px #888;box-shadow: 5px 5px 2px #888; overflow:hidden;}
	  /*.pika-stage {height:250px; position: relative;background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 10px 10px;text-align:center;} */


.demo .pika-stage .caption {position: absolute; background-color:#000000;  border: 1px solid #141414; font-size: 11px; color: #fafafa; padding: 10px; text-align: right; bottom: 10px; right: 10px;}
.demo .pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

.demo .pika-imgnav a {display:none;}
.demo .pika-textnav {display:none;}	

.demo .pika-thumbs { width:390px; height:100%; margin: 10px 0 0 10px; padding: 0; border: 0px solid red; }
.demo .pika-thumbs li {width: 80px; height:50px; float: left; list-style-type: none;margin: 0 5px 5px 0; border: 1px solid #000; cursor: pointer; -moz-box-shadow: 3px 3px 2px #888;-webkit-box-shadow: 3px 3px 2px #888;box-shadow: 3px 3px 2px #888; line-height:normal;overflow: hidden;}
.demo .pika-thumbs li .clip {position:relative;height:50px;text-align: center; vertical-align: center; overflow: hidden;}

.demo .pika-counter{position: absolute;bottom: 15px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}


/*.pikachoose {width: 400px; background-color:Blue; border: 2px dotted red;  }*/

	
	/*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;height:100%;}
	


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

	

/*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; max-width: 180px;}
.pika-counter{position: absolute;bottom: 25px;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: 15px 20px;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 90px; width: 485px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 10px;}