/* Just for the example. Fee free to delete these three lines */
body{font-family:Helvetica, sans-serif;}
.pikachoose {width: 380px; /*margin: 0 auto;*/}

/* Style the thumbnails */
.pika-thumbs{  height: 75px;
               margin-top: -13px;
               /*padding: 0 10px;*/ }
.pika-thumbs li{ 
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    float: left;
    height: 58px;
    list-style-type: none;
    /*margin: -7px 6px;*/
    overflow: hidden;
    padding: 0 8px 8px 6px;
    margin: 0 7px 12px 0;
    width: 72px;
}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 500px;}
.pika-stage {position: relative;  padding: 0 0px 40px 0; text-align:center; height:250px; width:290px;}
.pika-stage img{height:280px; width: 381px;}

.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */


/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.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;}

/*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;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(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; }
			  

/*---------------------------responsive css------------------------------*/

@media only screen and (min-width:1024px) and (max-width:1280px) {
	.pikachoose {width:100%;}
	.pika-stage {width:100%;}
	.pika-stage img {width:100%;}
}

@media only screen and (min-width:800px) and (max-width:1023px) {
	
}

@media only screen and (min-width:768px) and (max-width:799px) {
	
}

@media only screen and (min-width:600px) and (max-width:767px) {
	
}

@media only screen and (min-width:568px) and (max-width:599px) {
	
}

@media only screen and (min-width:480px) and (max-width:567px) {
	
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.pikachoose {width:100%;}
	.pika-stage {width:100%;}
	.pika-stage img{width:100%;}
}

/*---------------------------end of responsive css------------------------------*/ 			  
