/* ����ͼ�� �Ѽ����� www.lanrentuku.com */

/* Just for the example. Fee free to delete these three lines */
.pikachoose { width: 520px; float: left; color:rgba(255,255,255,0); }
/* Style the thumbnails */
.pika-thumbs li { width: 144px; height: 74px; padding: 0; overflow: hidden; float: left; cursor: pointer; }
.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: 520px; }
.pika-stage { position: relative; background: #cccccc; padding: 0px 0px 60px 0px; text-align: center; height: 310px; overflow: hidden; }
.pika-stage img { height: 100%; opacity:1; }

/* Ths play, pause, prev and next buttons */
.pika-imgnav a { position: absolute;z-index:99999999999; text-indent: -5000px; display: block; }
.pika-imgnav a.previous { background: url(prev.png) no-repeat left 45%; height: 100%; width: 30px; top: 0px; left: 0px; cursor: pointer; }
.pika-imgnav a.next { background: url(next.png) no-repeat right 45%; height: 100%; width: 30px; top: 0px; right: 0px; 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; bottom: 5px; position: absolute; }
.pika-textnav a { width: 40px; height: 50px; color:rgba(255,255,255,0);  }
.pika-textnav a.previous { float: left; display: block; background: url(/images/item/small-prev.png) no-repeat center; }
.pika-textnav a.next { float: right; display: block; background: url(/images/item/small-next.png) no-repeat center; }
/*.pika-textnav a.previous:hover { background: url(/images/item/opacity-3.png) no-repeat center, url(/images/item/small-prev.png) no-repeat center; ; }
.pika-textnav a.next:hover { background: url(/images/item/opacity-3.png) no-repeat center, url(/images/item/small-next.png) no-repeat center; ; }
.pika-textnav a.next:active { background: url(/images/item/opacity-3.png) no-repeat center, url(/images/item/small-next.png) no-repeat center; ; }*/

/*for the tool tips*/
.pika-tooltip { font-size: 12px; position: absolute; color: white; padding: 3px;  border: 3px solid black; }
.pika-counter { display:none; position: absolute; bottom: 45px; left: 15px; 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; color: white; width: 60px; font-size: 11px; padding: 5px 3px; text-align: right; position: absolute; top: 15px; right: 15px; }
/*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: 84px; height: 50px; }
.pikachoose { width: 520px; height: 370px; position: relative; }
#pikame { width: 440px; }
.pika-thumbs { margin: 10px 0 0 17px; width: 440px; position: absolute; top: 10px; }
.pika-thumbs li { margin: 5px 2.5px; }
/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika { position: absolute; bottom: 0px; right:41px; width: 440px; overflow: hidden; }
.jcarousel-skin-pika .jcarousel-container-vertical { width: 125px; height: 230px; overflow: hidden; }
.jcarousel-skin-pika .jcarousel-clip-vertical { width: 125px; height: 230px; }
.jcarousel-skin-pika .jcarousel-item-vertical { margin-top: 10px; }
.v_left{ position:absolute; z-index:1;left:0px; top:130px; display:block; width:30px; height:60px; background:url(/images/item/big-prev.png) no-repeat center; cursor:pointer;}
.v_right{ position:absolute; z-index:1;right:0px; top:130px; display:block; width:30px; height:60px; background:url(/images/item/big-next.png) no-repeat center;cursor:pointer;}