/* Just for the example. Fee free to delete these three lines */
body{font-family:Helvetica, sans-serif;}
a{color:white;}
.pikachoose {width: 698px; margin: 0 auto;}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage{width: 490px;}

.pika-stage {position: relative; padding-bottom: 30px; text-align:center; height:285px;}
.pika-stage img{height:100%; max-width:490px;}
.pika-stage .caption {position: absolute; width:250px; top: 70px; line-height:1.25; text-align:left; left: 500px; color:#ffffff}
	.pika-stage .caption p {line-height: 1.5;}

/* Style the thumbnails */
.pika-thumbs{ position:absolute; bottom:0; left:650px}
	.pika-thumbs li{ width: 132px; height:77px; margin: 10px 0 0 10px; padding: 0; overflow: hidden;
		float: left; list-style-type: none;padding: 3px; margin: 0 3px 0 5px; background: #e2e2e2; border-radius: 5px; cursor: pointer;}
	.pika-thumbs li:last {margin: 0;}
	.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: center; overflow: hidden;}
	
/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;cursor:pointer;height: 16px; width: 16px; }
	.pika-imgnav a.previous {background: url(../images/prev.png) no-repeat 0 0; bottom: 5px; right: -140px;}
	.pika-imgnav a.next {background: url(../images/next.png) no-repeat 0 0; bottom: 5px; right: -160px;}
	.pika-imgnav a.play {background: url(../images/play.png) no-repeat 0 0; top:0;left:50%;display: none;}
	.pika-imgnav a.pause {background: url(../images/pause.png) no-repeat 0 0; top:0;left:50%;display:none;}

/* The previous and next textual buttons */
.pika-textnav {width: 500px;}
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #d00; padding: 4px;}
	.pika-textnav a.previous {float: left; width: auto; display: none;}
	.pika-textnav a.next {float: right; width: auto; display: none;}

/*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}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(../images/loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
	text-align:right; position:absolute; top:15px; right:15px; }

/* jCarousel Styles WITH BOTTOM*/
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal { padding: 6px 0px; overflow:hidden; position:relative; left:-45px}
.jcarousel-skin-pika .jcarousel-clip-horizontal { background-color: #747474;border: 1px solid #EBEBEB;box-shadow: 0 0 7px #050505 inset;height: 90px;padding-top: 6px;width: 698px; }
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 5px;}