.pikachoose {
    width: 532px;
    margin: 0px;
    float: left;
    height: 300px;
}

/* Thumbs */
.pika-thumbs{
    position: absolute;
    top: 31px;
    right: 18px;
z-index:999;
width: 60px;


}

.pika-thumbs li{
    width: 58px;
   
    padding: 0px;
    overflow: hidden;
	float: left;
    list-style-type: none;

    margin: 0px 5px 5px 0px;

    cursor: pointer;
}



/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 532px;}
.pika-stage {position: relative; text-align: center; height:266px; margin-top: 15px;}
.pika-stage img{height:100%; border: none;}
.pika-stage .caption {position: absolute; background: url(75-black.png);
		    padding: 3px 8px 3px 3px;  top: 230px; left: 10px; color: #ffffff; }

.caption a {

color: #ffffff;
font-size: 18px;
font-weight: bold;
}


/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3; display: none;}
	.pika-imgnav a.previous {background: url(prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
	.pika-imgnav a.next {background: url(next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; 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;}

/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;  display: none;}
.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{ 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(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; }
