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

.pika-stage {
    width: 1099px;
    background-color: #131313;
}

body {
    font-family: Helvetica, sans-serif;
}

a {
    color: white;
}

.pikachoose {
    width: 1099px; 
    margin: 0 auto;
}

.pika-stage {
    position: relative; 
    padding: 0px 0px 40px 0px;
    text-align: center;
    background-color: #131313;
}
	
	/*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;
	    background-color: #131313;
	}
	
	.pika-stage .pika-aniwrap {
	    position: absolute; 
	    top: 0px; 
	    left: 0px;
	    background-color: #131313;
	}
	
	.pika-stage .pika-aniwrap {
	    width: 100%;
	    background-color: #131313;
	}
	
	.pika-stage .pika-ani {
	    position: relative;
	    display: none;
	    z-index: 2;
	    margin: 0 auto;
	    background-color: #131313;
	}
	
	.pika-stage img {
	    border: 0;
	    height: 100%;
	    background-color: #131313;
	}

.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;
	background-color: #131313;
}

	.pika-stage .caption p {
	    padding: 0; 
	    margin: 0; 
	    line-height: 14px;
	    background-color: #131313;
	}

.pika-imgnav a {
    position: absolute; 
    text-indent: -5000px; 
    display: block;
    z-index: 3;
}

	.pika-imgnav a.previous {
	    background: url('left-arrow-orig.png') no-repeat left 45%;
	    width: 62px;
	    height: 83px;
	    top: 300px; 
	    left: 120px;
	    cursor: pointer;
    }
    
	.pika-imgnav a.previous:hover {
	    background: url('left-arrow-roll.png') no-repeat left 45%;
	}
	 
	.pika-imgnav a.next {
	    background: url('right-arrow-orig.png') no-repeat right 45%;
	    height: 83px; 
	    width: 62px; 
	    top: 300px; 
	    right: 121px;
	    cursor: pointer;
	 }
	
	.pika-imgnav a.next:hover {
	    background: url('right-arrow-roll.png') no-repeat right 45%;
	 }
	
	.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: -100px 0 0 0;
    position: relative;
    background: url('images/sub-bg.jpg');
    
}

.pika-textnav a {
    font-size: 12px; 
    text-decoration: none; 
    color: #fff; 
    padding: 4px;
    margin-top: 14px;
    font-weight: bold;
}

	.pika-textnav a.previous {
	    float: left; 
	    width: 16px;
	    height: 20px; 
	    display: block;
	    background-image: url('small-left-orig.png');
	    cursor: pointer;
	    margin-left: 200px;
	}
	
	.pika-textnav a.previous:hover {
	    background-image: url('small-left-roll.png');
	}
	
	.pika-textnav a.next {
	    float: left; 
	    width: 12px;
	    height: 20px; 
	    display: block;
	    background-image: url('small-right-orig.png');
	    cursor: pointer;
	    margin-left: 672px;
	}
	
	.pika-textnav a.next:hover {
	    background-image: url('small-right-roll.png');
	}
	
.pika-thumbs {
    margin: 10px 0 0 17px; 
    padding: 0; 
    overflow: hidden;
}

	.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: 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;
    bottom: 45px;
    left: 15px;
    color: white;
    background: rgba(0,0,0,0.0);
    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;
    margin-top: -125px;
    margin-left: 208px;
    background: url('images/thumbnail-bg.jpg');
    height: 110px;
    width: 655px;
}

.jcarousel-skin-pika .jcarousel-clip-horizontal {
    height: 110px; 
    width: 655px;
    background: url('images/thumbnail-bg.jpg');
    height: 110px;
}

.jcarousel-skin-pika .jcarousel-item-horizontal  {
    margin-right: 10px;
}