/* Just for the example. Fee free to delete these three lines */

.pikachoose {
    width: 520px;
    margin: 0 auto;
}

/* Style the thumbnails */
.pika-thumbs {
    width: 275px;
    height: 475px;
}

.pika-thumbs li {
    width: 255px;
    height: 145px;
    /* margin: 10px 0 0 17px; */
    margin-left: 20px;
    padding: 0;
    float: left;
    list-style-type: none;
    /* padding: 3px; */
    /* margin: 0 5px; */
    /* background: #fafafa;
    border: 1px solid #e5e5e5; */
    cursor: pointer;
    overflow: hidden;
}

.pika-thumbs li .clip {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.pika-thumbs li .clip img {
    width: 255px;
    height: 145px;
}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage,
.pika-textnav {
    width: 500px;
}

.pika-stage {
    position: relative;
    /* background: #fafafa;
    border: 1px solid #e5e5e5;
    padding: 10px 10px 40px 10px; */
    width: 825px;
    height: 475px;
    text-align: center;
}

.pika-stage img {
    width: 825px;
    height: 475px;
}

.pika-stage .caption {
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    padding: 10px;
    background: #000;
    background: rgba(228, 0, 0, .85);
    color: #fafafa;
    font-size: 16px;
    text-align: left;
    text-indent: 15px;
}

.pika-stage .caption p {
    padding: 0;
    margin: 0;
    line-height: 14px;
}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {
    /* position: absolute; */
    display: block;
    text-indent: -99999em;
    z-index: 3;
}

.pika-imgnav a.previous {
    /* background: url(/lib/zhuanti/2025zhuanti/2025lxzg/scheme/css/prev.png) no-repeat left 45%; */
    height: 100%;
    width: 50px;
    top: 10px;
    left: 10px;
    cursor: pointer;
}

.pika-imgnav a.next {
    top: 10px;
    right: 10px;
    width: 50px;
    height: 100%;
    /* background: url(/lib/zhuanti/2025zhuanti/2025lxzg/scheme/css/next.png) no-repeat right 45%; */
    cursor: pointer;
}

.pika-imgnav a.play {
    display: none;
    top: 0;
    left: 50%;
    width: 44px;
    height: 100px;
    /* background: url(/lib/zhuanti/2025zhuanti/2025lxzg/scheme/css/play.png) no-repeat 0% 50%; */
    cursor: pointer;
}

.pika-imgnav a.pause {
    display: none;
    top: 0;
    left: 50%;
    width: 44px;
    height: 100px;
    /* background: url(/lib/zhuanti/2025zhuanti/2025lxzg/scheme/css/pause.png) no-repeat 0% 50%; */
    cursor: pointer;
}

/* The previous and next textual buttons */
.pika-textnav {
    /* margin: 10px 0 0 0; */
    position: absolute;
    bottom: 200px;
    width: 40px;
    height: 80px;
    /* text-indent: -999em; */
    z-index: 3;
}

.pika-textnav a {
    display: none;
    font-size: 0;
    text-decoration: none;
    cursor: pointer;
}

.pika-stage:hover .pika-textnav a {
    display: block;
}

.pika-textnav a.previous {
    float: left;
    width: 40px;
    height: 80px;
    background: url(/lib/zhuanti/2025zhuanti/2025lxzg/scheme/images/button-left.png) no-repeat;
}

.pika-textnav a.previous:hover {
    background: url(/lib/zhuanti/2025zhuanti/2025lxzg/scheme/images/button-left-active.png) no-repeat;
}

.pika-textnav a.next {
    float: right;
    position: absolute;
    right: -785px;
    width: 40px;
    height: 80px;
    background: url(/lib/zhuanti/2025zhuanti/2025lxzg/scheme/images/button-right.png) no-repeat;
}

.pika-textnav a.next:hover {
    background: url(/lib/zhuanti/2025zhuanti/2025lxzg/scheme/images/button-right-active.png) no-repeat;
}

/*for the tool tips*/
.pika-tooltip {
    position: absolute;
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 12px;
    border: 3px solid black;
}

.pika-counter {
    position: absolute;
    bottom: 45px;
    left: 15px;
    padding: 3px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 11px;
    border-radius: 5px;
    -moz-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 {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 60px;
    padding: 5px 3px;
    /* background: url(/lib/zhuanti/2025zhuanti/2025lxzg/scheme/css/loading.gif) 3px 3px no-repeat #000; */
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    font-size: 11px;
    text-align: right;
}

.pikachoose {
    position: relative;
    width: 1100px;
    margin-bottom: 30pxx;
}


/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika {
    position: absolute;
    top: 0px;
    right: 0px;
}

.jcarousel-skin-pika .jcarousel-container-vertical {
    width: 275px;
    height: 475px;
    overflow: hidden;
}

.jcarousel-skin-pika .jcarousel-clip-vertical {
    width: 275px;
    height: 475px;
}

.jcarousel-skin-pika .jcarousel-item-vertical {
    margin-bottom: 20px;
}

