* { margin: 0; padding: 0; }
/*out border*/
.pikachoose { margin: 0 auto; position: relative; }
/*small picture*/
.pika-thumbs { padding: 0 16px; }
.pika-thumbs li { width: 144px; height: auto; padding: 0; overflow: hidden; float: left; list-style-type: none; margin: 3px 5px; background: #fafafa; cursor: pointer; }
.pika-thumbs li .clip { position: relative; height: 100%; text-align: center; vertical-align: middle; overflow: hidden; }
/*big picture*/
.pika-stage { position: relative; text-align: center; }
.pika-stage img { height: 100%; }
.pika-stage .caption { position: absolute; border: 1px solid #141414; background: rgba(0,0,0,0.7); color: #fafafa; font-size: 11px; padding: 10px; text-align: right; bottom: 35px; right: 10px; }
.pika-stage .caption p { padding: 0; margin: 0; line-height: 14px; }
/* buttom setting */
.pika-imgnav a { position: absolute; text-indent: -5000px; display: block; z-index: 3; }
.pika-imgnav a.previous { width: 20px; height: 20px; border-left: 5px solid #000; border-top: 5px solid #000; opacity: 0; -webkit-transition: opacity 300ms linear; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); top: 45%; left: 10px; }
.pika-imgnav a.next { width: 20px; height: 20px; border-right: 5px solid #000; border-top: 5px solid #000; opacity: 0; -webkit-transition: opacity 300ms linear; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); transform: rotate(45deg); top: 45%; right: 10px; }
.pika-imgnav a:hover { opacity: .6; -webkit-transition: opacity 300ms linear; }
.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; }
/*word page split */
.pika-textnav { display: none; }
/*counter*/
.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: 5px; font-size: 11px; padding: 3px; color: white; background: rgba(0,0,0,0.7); -moz-border-radius: 5px; border-radius: 5px; }
/*loading */
.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; }


