/*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: 80px; height:45px;}

.pika-stage, .pika-textnav { z-index: 1; display: block; }

body{font-family:Helvetica, sans-serif;}
#pikachoose {width: 450px; margin: 0 auto; height: 300px; display: inline-block;}
.pika-stage {width: 620px; position: relative; padding:0px; padding-top: 10px; margin: 0px 70px; height:350px; margin-top: -30px; margin-bottom: 50px;}
	
/*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: 10px; left: 10px;}
.pika-stage .pika-aniwrap{position: absolute; top: 10px; left: 0px;}
.pika-stage .pika-aniwrap{}
.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}
.pika-stage img {border:0; height:100%; width: 100%;
                box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 10px;
                -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 10px;
                -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 10px;
                }

.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; ;z-index:3; background: red;}
	.pika-imgnav a.previous {background: url(prev.png) no-repeat left 45%; height: 100%; width: 250px; top: 10px; display: none; left: 10px;cursor:pointer;}
	.pika-imgnav a.next {background: url(next.png) no-repeat right 45%; height: 100%; width: 250px; top: 10px; display: none; right: 10px;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: 10px 0 0 0;bottom:10px; width: 600px;}
.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;}
	.pika-thumbs li {float: left; list-style-type: none; padding: 2px; margin: 5px 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: center; overflow: hidden;}
                .pika-thumbs li img{height:100%; width: 500px;}

/*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;}
		
		
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika .jcarousel-container-horizontal { padding: 15px 20px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-horizontal {height: 90px; width: 485px;}
.jcarousel-skin-pika .jcarousel-item-horizontal { margin-right: 10px;}

#pikame1
{
    width: 814px;
    display: inline-block;
    position : absolute;
    margin-top: -430px;
    background: white; /* Show a solid color for older browsers */
    background: -moz-linear-gradient(#d14602,#fff);
    background: -o-linear-gradient(#d14602, #fff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d14602), to(#fff)); /* older webkit syntax */
    background: -webkit-linear-gradient(#d14602,#fff);
    /*-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;*/
    /*-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;*/
    /*box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;*/
    z-index: 0;
    margin-left: -36px;
    height: 390px;
    padding: 25px 0px 20px 5px;
}
