/**
 * Index banner effect
 * by hentaibbc [2015-03-10]
 */

/* Product feature gallery
-------------------*/
.prodGallery {
    position: relative;
}

.prodGallery .btn_prev, .prodGallery .btn_next {
    z-index: 9999;
}

.prodGallery .slideRiver {
    /*width: 100%;
    height: 600px;
    overflow: hidden;*/
    position: relative;
}

.prodGallery .slide {
    position: absolute;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.prodGallery .slideHidden {
    visibility: hidden;
}

.prodGallery .slide .imgcontent_region {
    z-index: 100;
}

.prodGallery .slide img {
    position: absolute;
/*    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -960px;  */
}

/* buttons */
.prodGallery .btns {
    display: none;
    position: absolute;
    right: 5%;
    margin-right: 20px;
    bottom: 20px;
    z-index: 9999;
}
.prodGallery .btns .btn {
    float: left;
    display: block;
    position: relative;

    width: 8px;
    height: 8px;
    border: 1px solid #fff;

    margin-right: 4px;
}
.prodGallery .btns .text {
    display: none;
    font-size: 1px;
}

.prodGallery .btns .fg, .prodGallery .btns .bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.prodGallery .btns .fg {
    display: none;
    background-color: #d20000;
    z-index: 100;
}
.prodGallery .btns .currentBtn .fg {
    display: block;
}
.prodGallery .btns .bg {
    background-color: #0a0a0a;
    z-index: 99;

    opacity: 0.85;
    filter: alpha(opacity=85);
}

/* Product Banner Gallery
---------------*/
#prodBannerGallery {
    position: relative;
}

#prodBannerGallery .btn_prev, #prodBannerGallery .btn_next {
    z-index: 9999;
}

#prodBannerGallery .slideRiver {
    width: 100%;
    height: 420px;
    overflow: hidden;
    position: relative;
}

#prodBannerGallery .slide {
    position: absolute;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#prodBannerGallery .slide .imgcontent_region {
    z-index: 100;
}

#prodBannerGallery .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -210px;
    margin-left: -960px;  /* 注意...最後要用 1920 x 600 的圖片 */
}

/* buttons */
#prodBannerGallery .btns {
    display: none;
}
